Issue 8268: Make old-style classes weak referenceable (original) (raw)
Issue8268
Created on 2010-03-30 22:58 by pitrou, last changed 2022-04-11 14:56 by admin. This issue is now closed.
Files | |||
---|---|---|---|
File name | Uploaded | Description | Edit |
weakref-classobj.patch | pitrou,2010-03-30 23:22 |
Messages (3) | ||
---|---|---|
msg101957 - (view) | Author: Antoine Pitrou (pitrou) * ![]() |
Date: 2010-03-30 22:58 |
New-style classes are weak referenceable, but old-style classes are not. For a proper implementation of ABC caches without any memory leaks (see ), this limitation should be raised. | ||
msg101958 - (view) | Author: Antoine Pitrou (pitrou) * ![]() |
Date: 2010-03-30 23:21 |
Here is a patch. | ||
msg102035 - (view) | Author: Antoine Pitrou (pitrou) * ![]() |
Date: 2010-03-31 21:38 |
Fixed in r79535. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:56:59 | admin | set | github: 52515 |
2010-03-31 21:38:49 | pitrou | set | status: open -> closedresolution: fixedmessages: + stage: patch review -> resolved |
2010-03-30 23:22:24 | pitrou | set | files: + weakref-classobj.patch |
2010-03-30 23:22:17 | pitrou | set | files: - weakref-classobj.patch |
2010-03-30 23:21:21 | pitrou | set | files: + weakref-classobj.patchnosy: + amaury.forgeotdarcmessages: + keywords: + patchstage: needs patch -> patch review |
2010-03-30 22:58:36 | pitrou | link | issue2521 dependencies |
2010-03-30 22:58:12 | pitrou | create |