You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (pythongh-12360)
This is effectively an un-revert of python#11617 and python#12024 (reverted in python#12159). Portions of those were merged in other PRs (with lower risk) and this represents the remainder. Note that I found 3 different bugs in the original PRs and have fixed them here.
0 commit comments