[issue22696] Add a function to know about interpreter shutdown

Antoine Pitrou report at bugs.python.org
Wed Oct 22 15:56:42 CEST 2014


Antoine Pitrou added the comment:

> My patch uses a private function which is CPython specific.
> Does it make sense to add a public function instead?

I would like it to be public. It can be useful in __del__ methods and the like.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22696>
_______________________________________


More information about the Python-bugs-list mailing list