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 eelizondo
Recipients dino.viehland, eelizondo, eric.snow, pablogsal, twouters, vstinner
Date 2020-01-17.19:59:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1579291192.86.0.466544894287.issue38076@roundup.psfhosted.org>
In-reply-to
Content
Hey all, I've got a fix for this bug and the CI is green: https://github.com/python/cpython/pull/18039

TL;DR: The module state have to be cleared at a later time. I explain in detail in the PR.

Also, I didn't add a new test since there was a test that was already checking for module states in `io`. I added a short comment on it in the PR as well. Otherwise, lmk and I can create a new test for it.
History
Date User Action Args
2020-01-17 19:59:52eelizondosetrecipients: + eelizondo, twouters, vstinner, dino.viehland, eric.snow, pablogsal
2020-01-17 19:59:52eelizondosetmessageid: <1579291192.86.0.466544894287.issue38076@roundup.psfhosted.org>
2020-01-17 19:59:52eelizondolinkissue38076 messages
2020-01-17 19:59:52eelizondocreate