Skip to content

gh-96905: In IDLE code, stop redefining built-ins 'dict' and 'object'#114227

Merged
terryjreedy merged 5 commits into
python:mainfrom
terryjreedy:b_ins
Jan 18, 2024
Merged

gh-96905: In IDLE code, stop redefining built-ins 'dict' and 'object'#114227
terryjreedy merged 5 commits into
python:mainfrom
terryjreedy:b_ins

Conversation

@terryjreedy

@terryjreedy terryjreedy commented Jan 18, 2024

Copy link
Copy Markdown
Member

Prefix 'dict' with 'o', 'g', or 'l', for 'object', 'global', or 'local'.
Suffix 'object' with '_'.

@terryjreedy terryjreedy added needs backport to 3.11 only security fixes needs backport to 3.12 only security fixes labels Jan 18, 2024
@terryjreedy terryjreedy self-assigned this Jan 18, 2024
@terryjreedy
terryjreedy enabled auto-merge (squash) January 18, 2024 04:37
@terryjreedy
terryjreedy merged commit 6f4b242 into python:main Jan 18, 2024
@miss-islington-app

Copy link
Copy Markdown

Thanks @terryjreedy for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jan 18, 2024
…bject' (pythonGH-114227)

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

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
@bedevere-app

bedevere-app Bot commented Jan 18, 2024

Copy link
Copy Markdown

GH-114228 is a backport of this pull request to the 3.12 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jan 18, 2024
…bject' (pythonGH-114227)

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

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
@bedevere-app bedevere-app Bot removed the needs backport to 3.12 only security fixes label Jan 18, 2024
@bedevere-app

bedevere-app Bot commented Jan 18, 2024

Copy link
Copy Markdown

GH-114229 is a backport of this pull request to the 3.11 branch.

@bedevere-app bedevere-app Bot removed the needs backport to 3.11 only security fixes label Jan 18, 2024
@terryjreedy
terryjreedy deleted the b_ins branch January 18, 2024 05:04
terryjreedy added a commit that referenced this pull request Jan 18, 2024
…object' (GH-114227) (#114229)

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

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
terryjreedy added a commit that referenced this pull request Jan 18, 2024
…object' (GH-114227) (#114228)

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

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
kulikjak pushed a commit to kulikjak/cpython that referenced this pull request Jan 22, 2024
…bject' (python#114227)

Prefix 'dict' with 'o', 'g', or 'l' for 'object', 'global', or 'local'.
Suffix 'object' with '_'.
aisk pushed a commit to aisk/cpython that referenced this pull request Feb 11, 2024
…bject' (python#114227)

Prefix 'dict' with 'o', 'g', or 'l' for 'object', 'global', or 'local'.
Suffix 'object' with '_'.
Glyphack pushed a commit to Glyphack/cpython that referenced this pull request Sep 2, 2024
…bject' (python#114227)

Prefix 'dict' with 'o', 'g', or 'l' for 'object', 'global', or 'local'.
Suffix 'object' with '_'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant