bpo-39877: take_gil() checks tstate_must_exit() twice by vstinner · Pull Request #18888 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Closed
Closed
Conversation
Member
take_gil() now also checks tstate_must_exit() after acquiring the
GIL: exit the thread if Py_Finalize() has been called.
take_gil() now also checks tstate_must_exit() after acquiring the GIL: exit the thread if Py_Finalize() has been called.
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
added
the
awaiting core review
label
vstinner
added
the
skip news
label
vstinner
closed this
vstinner
reopened this
vstinner
commented
Mar 9, 2020
vstinner commented
Member Author
GH Actions CI is broken. I cancelled the workflow. It didn't work. I closed/reopened the PR: GH Actions jobs are still displayed as failed and don't restart.
I created a new PR instead: PR #18890.
vstinner
commented
Mar 9, 2020
vstinner commented
Member Author
vstinner
closed this
vstinner
deleted the
take_gil_exit2
branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment