FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[3.10] gh-79512: Fixed names and __module__ value of weakref classes (GH-93719) by serhiy-storchaka · Pull Request #94071 · python/cpython · GitHub

/ cpython Public

[3.10] gh-79512: Fixed names and __module__ value of weakref classes (GH-93719) - #94071

Merged
serhiy-storchaka merged 1 commit into
python:3.10from
serhiy-storchaka:backport-8352e32-3.10
Jun 21, 2022
Merged

[3.10] gh-79512: Fixed names and __module__ value of weakref classes (GH-93719)#94071
serhiy-storchaka merged 1 commit into
python:3.10from
serhiy-storchaka:backport-8352e32-3.10

Conversation

Copy link
Copy Markdown
Member

Classes ReferenceType, ProxyType and CallableProxyType have now correct
atrtributes module, name and qualname.
It makes them (types, not instances) pickleable.
(cherry picked from commit 8352e32)

…asses (pythonGH-93719)

Classes ReferenceType, ProxyType and CallableProxyType have now correct
atrtributes __module__, __name__ and __qualname__.
It makes them (types, not instances) pickleable..
(cherry picked from commit 8352e32)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL