Skip to content

gh-151126: Sets missing exceptions in tkinter and socket modules initializations - #152418

Merged
sobolevn merged 1 commit into
python:mainfrom
sobolevn:issue-151126-PyThread_allocate_lock
Jun 27, 2026
Merged

gh-151126: Sets missing exceptions in tkinter and socket modules initializations#152418
sobolevn merged 1 commit into
python:mainfrom
sobolevn:issue-151126-PyThread_allocate_lock

Conversation

@sobolevn

@sobolevnsobolevn commented Jun 27, 2026

Copy link
Copy Markdown
Member

PyThread_allocate_lock does not set MemoryError exception, I added missing ones.

@serhiy-storchakaserhiy-storchaka left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. 👍

@sobolevnsobolevn added needs backport to 3.13 bugs and security fixes needs backport to 3.14 bugs and security fixes needs backport to 3.15 pre-release feature fixes, bugs and security fixes labels Jun 27, 2026
@sobolevn
sobolevn merged commit a9fa856 into python:mainJun 27, 2026
66 checks passed
@miss-islington-app

Copy link
Copy Markdown

Thanks @sobolevn for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14, 3.15.
🐍🍒⛏🤖

@bedevere-app

Copy link
Copy Markdown

GH-152420 is a backport of this pull request to the 3.15 branch.

@bedevere-appbedevere-appBot removed the needs backport to 3.15 pre-release feature fixes, bugs and security fixes label Jun 27, 2026
@bedevere-app

Copy link
Copy Markdown

GH-152421 is a backport of this pull request to the 3.14 branch.

@bedevere-appbedevere-appBot removed the needs backport to 3.14 bugs and security fixes label Jun 27, 2026
@bedevere-app

Copy link
Copy Markdown

GH-152422 is a backport of this pull request to the 3.13 branch.

@bedevere-appbedevere-appBot removed the needs backport to 3.13 bugs and security fixes label Jun 27, 2026
sobolevn added a commit that referenced this pull request Jun 27, 2026
…odules initializations (GH-152418) (#152422)
gh-151126: Sets missing exceptions in `tkinter` and `socket` modules initializations (GH-152418)
(cherry picked from commit a9fa856)
Co-authored-by: sobolevn <mail@sobolevn.me>
sobolevn added a commit that referenced this pull request Jun 27, 2026
…odules initializations (GH-152418) (#152421)
gh-151126: Sets missing exceptions in `tkinter` and `socket` modules initializations (GH-152418)
(cherry picked from commit a9fa856)
Co-authored-by: sobolevn <mail@sobolevn.me>
sobolevn added a commit that referenced this pull request Jun 27, 2026
…odules initializations (GH-152418) (#152420)
gh-151126: Sets missing exceptions in `tkinter` and `socket` modules initializations (GH-152418)
(cherry picked from commit a9fa856)
Co-authored-by: sobolevn <mail@sobolevn.me>
Sign up for freeto 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.

2 participants

@sobolevn@serhiy-storchaka