[New-bugs-announce] [issue31901] atexit callbacks only called for current subinterpreter

Marcel Plch report at bugs.python.org
Mon Oct 30 11:44:43 EDT 2017


New submission from Marcel Plch <gmarcel.plch at gmail.com>:

`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 <report at bugs.python.org>
<https://bugs.python.org/issue31901>
_______________________________________


More information about the New-bugs-announce mailing list