Staging
v0.8.1
https://github.com/python/cpython
Revision da2914db4b6f786a1e9f0b424efeeb6ca9418912 authored by Victor Stinner on 20 March 2020, 08:29:08 UTC, committed by GitHub on 20 March 2020, 08:29:08 UTC
* Add eval_frame_handle_pending() helper function: cold code path.
* Fix PyEval_ReleaseLock(): don't dereference tstate if it's NULL.
1 parent 8334f30
Raw File
Tip revision: da2914db4b6f786a1e9f0b424efeeb6ca9418912 authored by Victor Stinner on 20 March 2020, 08:29:08 UTC
bpo-40010: Pass tstate to ceval GIL functions (GH-19077)
Tip revision: da2914d
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 the infrastructure used in the development of Python itself
(e.g. mailing lists, issue trackers, GitHub, etc.).

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

back to top