Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-129766: Fix crash on calling warnings._release_lock with no lock #129771

Merged
merged 1 commit into from
Feb 7, 2025

Conversation

sobolevn
Copy link
Member

@sobolevn sobolevn commented Feb 7, 2025

After:

>>> import warnings
>>> warnings._release_lock()
Traceback (most recent call last):
  File "<python-input-1>", line 1, in <module>
    warnings._release_lock()
    ~~~~~~~~~~~~~~~~~~~~~~^^
RuntimeError: cannot release un-acquired lock

Refs #128386
Refs #128384

@sobolevn sobolevn merged commit ae132ed into python:main Feb 7, 2025
48 checks passed
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.

2 participants