summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2024-06-11 18:04:39 (GMT)
committerGitHub <noreply@github.com>2024-06-11 18:04:39 (GMT)
commitf5289c450a324bd560b328ecd42ac9faf578276e (patch)
treecb6e20bb2d656475374b91df402e7952a8bec72b /Misc/NEWS.d
parent51bcb67405cceee1f18067fb2ae510dec47191bc (diff)
downloadcpython-f5289c450a324bd560b328ecd42ac9faf578276e.zip
cpython-f5289c450a324bd560b328ecd42ac9faf578276e.tar.gz
cpython-f5289c450a324bd560b328ecd42ac9faf578276e.tar.bz2
[3.13] gh-118908: Limit exposed globals from internal imports and definitions on new REPL startup (GH-119547) (#120362)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Library/2024-05-25-10-40-38.gh-issue-118908.XcZiq4.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-05-25-10-40-38.gh-issue-118908.XcZiq4.rst b/Misc/NEWS.d/next/Library/2024-05-25-10-40-38.gh-issue-118908.XcZiq4.rst
new file mode 100644
index 0000000..bf58d72
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2024-05-25-10-40-38.gh-issue-118908.XcZiq4.rst
@@ -0,0 +1,2 @@
+Limit exposed globals from internal imports and definitions on new REPL
+startup. Patch by Eugene Triguba and Pablo Galindo.