STINNER Victor <vstin...@python.org> added the comment:

Victor (me!):
> Well, this large problem sounds very complex and is made of multiple small 
> issues.

Kyle:
> (...) Should we consider making `threading._register_atexit()` public?

It seems like there is an use case for calling callbacks before Python calls 
threading._shutdown() in Py_Finalize(). We should either change when atexit 
callbacks are called, or add something new.

I suggest to open a separated issue for that.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue40234>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to