-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
bpo-44353: Expand NewType tests for complex __qualname__. #27311
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
Conversation
Make NewType pickleable by name.
Pls, check for refleaks before landing because these tests can easily fail with -R if the caches are not cleaned up |
Checked, there are no refleaks. But there are deprecation warnings (unrelated). |
@ambv: Please replace |
Thanks @serhiy-storchaka for the PR, and @ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10. |
Sorry, @serhiy-storchaka and @ambv, I could not cleanly backport this to |
…honGH-27311) Make NewType pickleable by name.. (cherry picked from commit e89ef0a) Co-authored-by: Serhiy Storchaka <[email protected]>
GH-27326 is a backport of this pull request to the 3.10 branch. |
…7311) (GH-27326) Make NewType pickleable by name. (cherry picked from commit e89ef0a) Co-authored-by: Serhiy Storchaka <[email protected]>
Make NewType pickleable by name.
https://bugs.python.org/issue44353