This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author twisteroid ambassador
Recipients asvetlov, salgado, twisteroid ambassador, yselivanov
Date 2020-10-20.17:41:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1603215715.93.0.0714635793826.issue39116@roundup.psfhosted.org>
In-reply-to
Content
I have attached a script that should be able to reproduces this problem. It's not a minimal reproduction, but hopefully easy enough to trigger.

The script is a SOCKS5 proxy server listening on localhost:1080. In its current form it does not need any external dependencies. Run it on Windows 10 + Python 3.9, set a browser to use the proxy server, and browse a little bit, it should soon start printing mysterious errors involving GeneratorExit.
History
Date User Action Args
2020-10-20 17:41:55twisteroid ambassadorsetrecipients: + twisteroid ambassador, asvetlov, salgado, yselivanov
2020-10-20 17:41:55twisteroid ambassadorsetmessageid: <1603215715.93.0.0714635793826.issue39116@roundup.psfhosted.org>
2020-10-20 17:41:55twisteroid ambassadorlinkissue39116 messages
2020-10-20 17:41:55twisteroid ambassadorcreate