Staging
v0.8.1
https://github.com/python/cpython
Revision b36e5d627d4232a01850707eb78a5067f3fd77f4 authored by Victor Stinner on 29 April 2019, 09:15:56 UTC, committed by GitHub on 29 April 2019, 09:15:56 UTC
* Add _PyEval_FiniThreads2(). _PyEval_FiniThreads() now only clears
  the pending lock, whereas _PyEval_FiniThreads2() destroys the GIL.
* pymain_free() now calls _PyEval_FiniThreads2().
* Py_FinalizeEx() now calls _PyEval_FiniThreads().
1 parent 7a5a1cf
Raw File
Tip revision: b36e5d627d4232a01850707eb78a5067f3fd77f4 authored by Victor Stinner on 29 April 2019, 09:15:56 UTC
bpo-36356: Destroy the GIL at exit (GH-12453)
Tip revision: b36e5d6
CODE_OF_CONDUCT.md
# Code of Conduct

Please note that all interactions on
[Python Software Foundation](https://www.python.org/psf-landing/)-supported
infrastructure is [covered](https://www.python.org/psf/records/board/minutes/2014-01-06/#management-of-the-psfs-web-properties>)
by the [PSF Code of Conduct](https://www.python.org/psf/codeofconduct/),
which includes all infrastructure used in the development of Python itself
(e.g. mailing lists, issue trackers, GitHub, etc.).

In general this means everyone is expected to be open, considerate, and
respectful of others no matter what their position is within the project.

back to top