diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-09-29 06:10:22 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-29 06:10:22 (GMT) |
commit | 69a9f471253ca58357c39a475872da7229c7b81e (patch) | |
tree | 86c09a1a8f56095a3e8b415c69c2e223df18262b /Misc | |
parent | 335e3d59e04d53c11574b37f320b22061bdcce41 (diff) | |
download | cpython-69a9f471253ca58357c39a475872da7229c7b81e.zip cpython-69a9f471253ca58357c39a475872da7229c7b81e.tar.gz cpython-69a9f471253ca58357c39a475872da7229c7b81e.tar.bz2 |
[3.12] gh-110045: Update symtable module for PEP 695 (GH-110066) (#110070)
gh-110045: Update symtable module for PEP 695 (GH-110066)
(cherry picked from commit 7dc2c5093ef027aab57bca953ac2d6477a4a440b)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2023-09-28-18-08-02.gh-issue-110045.0YIGKv.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-09-28-18-08-02.gh-issue-110045.0YIGKv.rst b/Misc/NEWS.d/next/Library/2023-09-28-18-08-02.gh-issue-110045.0YIGKv.rst new file mode 100644 index 0000000..44a6df1 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2023-09-28-18-08-02.gh-issue-110045.0YIGKv.rst @@ -0,0 +1,2 @@ +Update the :mod:`symtable` module to support the new scopes introduced by +:pep:`695`. |