]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] 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:09:26 +0000 (06:09 +0100)
committerGitHub <noreply@github.com>
Thu, 18 Jan 2024 05:09:26 +0000 (05:09 +0000)
commite7a5577b53885b9432d201417f0dace22acf6804
tree755364e1fc0c600c20d83810b50c5d32d9ca2368
parent35e330ba859c915043d2e9808b44120f67328873
[3.12] gh-96905: In IDLE code, stop redefining built-ins 'dict' and 'object' (GH-114227) (#114228)

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]