bpo-36710: Fix compiler warning on PyThreadState_Delete() by vstinner · Pull Request #12962 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.2k
Merged
bpo-36710: Fix compiler warning on PyThreadState_Delete()#12962
vstinner merged 1 commit intopython:masterfrom
vstinner:fix_pystate
bpo-36710: Fix compiler warning on PyThreadState_Delete()#12962
vstinner merged 1 commit intopython:masterfrom
vstinner:fix_pystate
Conversation
Copy link
Member
_PyThreadState_Delete() has no return value.
_PyThreadState_Delete() has no return value.
vstinner
added
the
skip news
label
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
added
the
awaiting core review
label
vstinner
merged commit
99e69d4
into
python:master
bedevere-bot
removed
the
awaiting core review
label
vstinner
deleted the
fix_pystate
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment