Staging
v0.5.1
https://github.com/python/cpython
Revision 8849e5962ba481d5d414b3467a256aba2134b4da authored by Victor Stinner on 18 March 2020, 18:28:53 UTC, committed by GitHub on 18 March 2020, 18:28:53 UTC
bpo-37127, bpo-39984:

* trip_signal() and Py_AddPendingCall() now get the current Python
  thread state using PyGILState_GetThisThreadState() rather than
  _PyRuntimeState_GetThreadState() to be able to get it even if the
  GIL is released.
* _PyEval_SignalReceived() now expects tstate rather than ceval.
* Remove ceval parameter of _PyEval_AddPendingCall(): ceval is now
  get from tstate parameter.
1 parent 1c60567
History
Tip revision: 8849e5962ba481d5d414b3467a256aba2134b4da authored by Victor Stinner on 18 March 2020, 18:28:53 UTC
bpo-39984: trip_signal() uses PyGILState_GetThisThreadState() (GH-19061)
Tip revision: 8849e59
File Mode Size
abstract.h -rw-r--r-- 14.2 KB
bytearrayobject.h -rw-r--r-- 769 bytes
bytesobject.h -rw-r--r-- 4.0 KB
ceval.h -rw-r--r-- 1.5 KB
dictobject.h -rw-r--r-- 3.8 KB
fileobject.h -rw-r--r-- 951 bytes
fileutils.h -rw-r--r-- 3.9 KB
frameobject.h -rw-r--r-- 3.1 KB
import.h -rw-r--r-- 1.4 KB
initconfig.h -rw-r--r-- 15.7 KB
interpreteridobject.h -rw-r--r-- 456 bytes
listobject.h -rw-r--r-- 1.4 KB
object.h -rw-r--r-- 18.9 KB
objimpl.h -rw-r--r-- 4.4 KB
pyerrors.h -rw-r--r-- 4.8 KB
pylifecycle.h -rw-r--r-- 2.0 KB
pymem.h -rw-r--r-- 3.4 KB
pystate.h -rw-r--r-- 9.6 KB
sysmodule.h -rw-r--r-- 547 bytes
traceback.h -rw-r--r-- 473 bytes
tupleobject.h -rw-r--r-- 1.0 KB
unicodeobject.h -rw-r--r-- 45.0 KB

back to top