bpo-38644: Pass tstate to _Py_FinishPendingCalls() by vstinner · Pull Request #17990 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.2k
Merged
vstinner merged 1 commit intopython:masterfrom
vstinner:finish_pending_calls_tstate
Jan 13, 2020Merged
bpo-38644: Pass tstate to _Py_FinishPendingCalls()#17990
vstinner merged 1 commit intopython:masterfrom
vstinner:finish_pending_calls_tstate
bpo-38644: Pass tstate to _Py_FinishPendingCalls()#17990
vstinner merged 1 commit intopython:masterfrom
vstinner:finish_pending_calls_tstate
Conversation
Copy link
Member
_Py_FinishPendingCalls() now expects a tstate argument, instead of a
runtime argument.
_Py_FinishPendingCalls() now expects a tstate argument, instead of a runtime argument.
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
2b1df45
into
python:master
vstinner
deleted the
finish_pending_calls_tstate
branch
bedevere-bot
removed
the
awaiting core review
label
shihai1991 pushed a commit to shihai1991/cpython that referenced this pull request
Jan 31, 2020_Py_FinishPendingCalls() now expects a tstate argument, instead of a runtime argument.
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