-
-
Notifications
You must be signed in to change notification settings - Fork 31k
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
bpo-41919: Move the codecs.register operation to the setup of testcases. #22513
Conversation
Hi, victor. Pls take a look when you have free time. @vstinner |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
I checked for leaks: ./python -m test test_codecs -R 3:3
pass (no leak), good!
It seems like your PR is sick: it got two Travis CI, and one will never complete. It's a victim of python/core-workflow#377 bug. Can you try to recreate a new PR? For example, rename your local branch update_test_codecs to update_test_codecs2 and publish it. Or wait until python/core-workflow#377 is fixed (Travis CI made optional). |
Copy that, I can waiting the fix of issues/377 :) |
Travis CI is no longer mandatory. I merged your PR, thanks. |
Wow, thanks, victor. |
…GH-22513) * Move the codecs' (un)register operation to testcases. * Remove _codecs._forget_codec() and _PyCodec_Forget()
…GH-22513) * Move the codecs' (un)register operation to testcases. * Remove _codecs._forget_codec() and _PyCodec_Forget()
https://bugs.python.org/issue41919