diff options
| author | Victor Stinner <vstinner@python.org> | 2020-06-05 02:56:37 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-05 02:56:37 +0200 |
| commit | e005ead49b1ee2b1507ceea94e6f89c28ecf1f81 (patch) | |
| tree | f2846eec88f5539825acc200c3b8a3d91a3b7d0f /Python/thread_nt.h | |
| parent | 78a02c2568714562e23e885b6dc5730601f35226 (diff) | |
| download | cpython-git-e005ead49b1ee2b1507ceea94e6f89c28ecf1f81.tar.gz | |
bpo-40521: Make context free list per-interpreter (GH-20644)
Each interpreter now has its own context free list:
* Move context free list into PyInterpreterState.
* Add _Py_context_state structure.
* Add tstate parameter to _PyContext_ClearFreeList()
and _PyContext_Fini().
* Pass tstate to clear_freelists().
Diffstat (limited to 'Python/thread_nt.h')
0 files changed, 0 insertions, 0 deletions
