]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-96905: In IDLE code, stop redefining built-ins 'dict' and 'object' (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 18 Jan 2024 05:05:00 +0000 (06:05 +0100)
committerGitHub <noreply@github.com>
Thu, 18 Jan 2024 05:05:00 +0000 (00:05 -0500)
commitf49a1ce6b2008d8cccc0bc874f0cc20848004307
tree56b0d411261501fe39f610f8178b29ce5f2e19c7
parent4ec2e2eeee44267bc65af2a2f505ef4dcc60365e
[3.11] gh-96905: In IDLE code, stop redefining built-ins 'dict' and 'object' (GH-114227) (#114229)

Prefix 'dict' with 'o', 'g', or 'l' for 'object', 'global', or 'local'.
Suffix 'object' with '_'.
(cherry picked from commit 6f4b242a03e521a55f0b9e440703b424ed18ce2f)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Lib/idlelib/News3.txt
Lib/idlelib/debugger.py
Lib/idlelib/debugger_r.py
Lib/idlelib/debugobj.py
Lib/idlelib/idle_test/test_calltip.py
Lib/idlelib/rpc.py
Lib/idlelib/stackviewer.py
Misc/NEWS.d/next/IDLE/2024-01-17-23-18-15.gh-issue-96905.UYaxoU.rst [new file with mode: 0644]