Skip to content

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

Merged
merged 1 commit into from
Jul 24, 2021

Conversation

serhiy-storchaka
Copy link
Member

@serhiy-storchaka serhiy-storchaka commented Jul 23, 2021

Make NewType pickleable by name.

https://bugs.python.org/issue44353

@pablogsal
Copy link
Member

Pls, check for refleaks before landing because these tests can easily fail with -R if the caches are not cleaned up

@serhiy-storchaka
Copy link
Member Author

Checked, there are no refleaks. But there are deprecation warnings (unrelated).

@ambv ambv added the needs backport to 3.10 only security fixes label Jul 24, 2021
@ambv ambv merged commit e89ef0a into python:main Jul 24, 2021
@bedevere-bot
Copy link

@ambv: Please replace # with GH- in the commit message next time. Thanks!

@miss-islington
Copy link
Contributor

Thanks @serhiy-storchaka for the PR, and @ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10.
🐍🍒⛏🤖

@miss-islington
Copy link
Contributor

Sorry, @serhiy-storchaka and @ambv, I could not cleanly backport this to 3.10 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker e89ef0ad2a299770a88ece8f7a316f7d3eb65c9f 3.10

@serhiy-storchaka serhiy-storchaka deleted the test-new-type branch July 24, 2021 08:02
ambv pushed a commit to ambv/cpython that referenced this pull request Jul 24, 2021
…honGH-27311)

Make NewType pickleable by name..
(cherry picked from commit e89ef0a)

Co-authored-by: Serhiy Storchaka <[email protected]>
@bedevere-bot
Copy link

GH-27326 is a backport of this pull request to the 3.10 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.10 only security fixes label Jul 24, 2021
ambv added a commit that referenced this pull request Jul 24, 2021
…7311) (GH-27326)

Make NewType pickleable by name.
(cherry picked from commit e89ef0a)

Co-authored-by: Serhiy Storchaka <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants