New submission from Marcel Plch <[email protected]>: `Py_FinalizeEx()` only executes callbacks from the subinterpreter from which Py_FinalizeEx is called.
What is the expected behavior here? Should the callbacks be specific to individual subinterpreters? ---------- components: Extension Modules messages: 305233 nosy: Dormouse759, encukou, ncoghlan priority: normal severity: normal status: open title: atexit callbacks only called for current subinterpreter type: behavior versions: Python 3.7 _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue31901> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
