New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modify test_codecs to use the new codecs.unregister() function #86085
Comments
|
After PR22360 merged, we can move the codecs' register operation to testcases. |
|
Commit c9f696c introduced a reference leak in the test suite. See https://bugs.python.org/issue42145: c9f696c is the first bad commit Reverting the commit eliminates the problem: rences, sum=12 == Tests result: FAILURE == 1 test failed: Total duration: 397 ms ~/github/python/master master|bisect* ⇡ The following modules found by detect_modules() in setup.py, have been ~/github/python/master master|bisect* ⇡ == Tests result: SUCCESS == 1 test OK. Total duration: 455 ms Lib/test/test_charmapcodec.py | 7 +++++-- |
|
AS this is masking other issues in the build bots, we need to revert the commit unless is fixed in 24 hours per the buildbot workflow |
Thanks, Pablo. I checked that only test_io.py have resource leak. |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: