[issue31356] Add context manager to temporarily disable GC

Nick Coghlan report at bugs.python.org
Thu Sep 7 18:31:50 EDT 2017


Nick Coghlan added the comment:

Yes, this will be in the same category as the standard stream redirection context managers - multi-threaded applications either won't be able to use it, or else will need to manage access to it somehow.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31356>
_______________________________________


More information about the Python-bugs-list mailing list