• Pablo Galindo's avatar
    bpo-36427: Document that PyEval_RestoreThread and PyGILState_Ensure can… · fde9b33d
    Pablo Galindo yazdı
    bpo-36427: Document that PyEval_RestoreThread and PyGILState_Ensure can terminate the calling thread (GH-12541)
    
    Calling these function from a thread when the runtime is finalizing will terminate
    the thread, even if the thread was not created by Python. Users can use 
    _Py_IsFinalizing or sys.is_finalizing to check if the interpreter is in the process of
    being finalized before calling this function to avoid unwanted termination.
    fde9b33d
Adı
Son kayıt (commit)
Son güncelleme
..
c-api Loading commit data...
data Loading commit data...
distributing Loading commit data...
distutils Loading commit data...
extending Loading commit data...
faq Loading commit data...
howto Loading commit data...
includes Loading commit data...
install Loading commit data...
installing Loading commit data...
library Loading commit data...
reference Loading commit data...
tools Loading commit data...
tutorial Loading commit data...
using Loading commit data...
whatsnew Loading commit data...
Makefile Loading commit data...
README.rst Loading commit data...
about.rst Loading commit data...
bugs.rst Loading commit data...
conf.py Loading commit data...
contents.rst Loading commit data...
copyright.rst Loading commit data...
glossary.rst Loading commit data...
license.rst Loading commit data...
make.bat Loading commit data...