| commit | 8352e322e87ba39c71e578b65ad8ae156ca3e0c7 | [log] [tgz] |
|---|---|---|
| author | Serhiy Storchaka <storchaka@gmail.com> | Tue Jun 14 07:18:03 2022 +0300 |
| committer | GitHub <noreply@github.com> | Tue Jun 14 07:18:03 2022 +0300 |
| tree | 7a6923191a141b09b624a2f20dee35a5595d4223 | |
| parent | 6fd4c8ec7740523bb81191c013118d9d6959bc9d [diff] |
gh-79512: Fixed names and __module__ value of weakref classes (GH-93719) Classes ReferenceType, ProxyType and CallableProxyType have now correct atrtributes __module__, __name__ and __qualname__. It makes them (types, not instances) pickleable.