Skip to content

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

Merged
sobolevn merged 1 commit into
python:mainfrom
sobolevn:issue-129766
Feb 7, 2025
Merged

gh-129766: Fix crash on calling warnings._release_lock with no lock#129771
sobolevn merged 1 commit into
python:mainfrom
sobolevn:issue-129766

Conversation

@sobolevn

@sobolevnsobolevn commented Feb 7, 2025

Copy link
Copy Markdown
Member

After:

>>>importwarnings>>>warnings._release_lock()
Traceback (mostrecentcalllast):
File"<python-input-1>", line1, in<module>warnings._release_lock()
~~~~~~~~~~~~~~~~~~~~~~^^RuntimeError: cannotreleaseun-acquiredlock

Refs #128386
Refs #128384

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@kumaraditya303