Skip to content

gh-118888: Further PEP 667 docs updates - #119893

Merged
ncoghlan merged 1 commit into
python:mainfrom
ncoghlan:gh-118888-pep667-whats-new-clarifications
Jun 1, 2024
Merged

gh-118888: Further PEP 667 docs updates#119893
ncoghlan merged 1 commit into
python:mainfrom
ncoghlan:gh-118888-pep667-whats-new-clarifications

Conversation

@ncoghlan

@ncoghlanncoghlan commented Jun 1, 2024

Copy link
Copy Markdown
Contributor

Closesgh-118888


📚 Documentation preview 📚: https://cpython-previews--119893.org.readthedocs.build/

* Clarify impact on default behaviour of exec, eval, etc
* Update documentation for changes to PyEval_GetLocals (pythongh-74929)
Closespythongh-11888
@ncoghlanncoghlan added docs Documentation in the Doc dir skip news 3.13 bugs and security fixes 3.14 bugs and security fixes needs backport to 3.13 bugs and security fixes labels Jun 1, 2024
@ncoghlanncoghlan self-assigned this Jun 1, 2024
@ncoghlanncoghlan changed the title gh-11888: Further PEP 667 docs updatesgh-118888: Further PEP 667 docs updatesJun 1, 2024
@ncoghlan
ncoghlan merged commit 2180991 into python:mainJun 1, 2024
@miss-islington-app

Copy link
Copy Markdown

Thanks @ncoghlan for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 1, 2024
* Clarify impact on default behaviour of exec, eval, etc
* Update documentation for changes to PyEval_GetLocals (pythongh-74929)
Closespythongh-11888
(cherry picked from commit 2180991)
Co-authored-by: Alyssa Coghlan <ncoghlan@gmail.com>
@bedevere-app

Copy link
Copy Markdown

GH-119894 is a backport of this pull request to the 3.13 branch.

@bedevere-appbedevere-appBot removed the needs backport to 3.13 bugs and security fixes label Jun 1, 2024
barneygale pushed a commit to barneygale/cpython that referenced this pull request Jun 5, 2024
* Clarify impact on default behaviour of exec, eval, etc
* Update documentation for changes to PyEval_GetLocals (pythongh-74929)
Closespythongh-11888
noahbkim pushed a commit to hudson-trading/cpython that referenced this pull request Jul 11, 2024
* Clarify impact on default behaviour of exec, eval, etc
* Update documentation for changes to PyEval_GetLocals (pythongh-74929)
Closespythongh-11888
estyxx pushed a commit to estyxx/cpython that referenced this pull request Jul 17, 2024
* Clarify impact on default behaviour of exec, eval, etc
* Update documentation for changes to PyEval_GetLocals (pythongh-74929)
Closespythongh-11888
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3.13bugs and security fixes3.14bugs and security fixesdocsDocumentation in the Doc dirskip news

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Python 3.13.0b1: exec() does not populate locals()

1 participant

@ncoghlan