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 issue2521), 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 -> closed resolution: fixed messages: + msg102035 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.patch nosy:
+ amaury.forgeotdarc keywords:
+ patch |
| 2010-03-30 22:58:36 | pitrou | link | issue2521 dependencies |
| 2010-03-30 22:58:12 | pitrou | create | |
