[issue39360] python3.8 regression - ThreadPool join via __del__ hangs forever

gaborbernat report at bugs.python.org
Thu Jan 16 11:30:13 EST 2020


gaborbernat <gaborjbernat at gmail.com> added the comment:

An FYI update, the code is used by swagger-codegen to generate HTTP clients (https://github.com/swagger-api/swagger-codegen/blob/master/modules/swagger-codegen/src/main/resources/python/api_client.mustache#L73). The example below basically replicates creating such client as a global.

----------

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


More information about the Python-bugs-list mailing list