diff options
author | Victor Stinner <vstinner@python.org> | 2020-03-20 08:29:08 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-20 08:29:08 (GMT) |
commit | da2914db4b6f786a1e9f0b424efeeb6ca9418912 (patch) | |
tree | 2b2bd5df0a26ea023a300f2ab63ebee555a7d87f /Python/pystate.c | |
parent | 8334f30a74abcf7e469b901afc307887aa85a888 (diff) | |
download | cpython-da2914db4b6f786a1e9f0b424efeeb6ca9418912.zip cpython-da2914db4b6f786a1e9f0b424efeeb6ca9418912.tar.gz cpython-da2914db4b6f786a1e9f0b424efeeb6ca9418912.tar.bz2 |
bpo-40010: Pass tstate to ceval GIL functions (GH-19077)
* Add eval_frame_handle_pending() helper function: cold code path.
* Fix PyEval_ReleaseLock(): don't dereference tstate if it's NULL.
Diffstat (limited to 'Python/pystate.c')
0 files changed, 0 insertions, 0 deletions