You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is available to keep track of PRs, following the heap type conversion completed at #114314.
TODO:
[ ] Make free_list in malloc_closure.c per-module variables.rejected
Fix intentional memory leaks of StgInfo during a finalization: comment.
Enable Py_MOD_MULTIPLE_INTERPRETERS_SUPPORTED(DONE): comment.
FUTURE?: Py_MOD_PER_INTERPRETER_GIL_SUPPORTED after a compatible PyGILState_Ensure() is introduced, see also the links below.
Feature or enhancement
Proposal:
This issue is available to keep track of PRs, following the heap type conversion completed at #114314.
TODO:
[ ] Makerejectedfree_listinmalloc_closure.cper-module variables.StgInfoduring a finalization: comment.Py_MOD_MULTIPLE_INTERPRETERS_SUPPORTED(DONE): comment.FUTURE?:
Py_MOD_PER_INTERPRETER_GIL_SUPPORTEDafter a compatiblePyGILState_Ensure()is introduced, see also the links below.Links to documents:
Links to previous discussion of this feature:
PyGILState_Ensure()for sub-interpreters:_ctypespatch (2011)Linked PRs
globals-to-fix.tsv#117544