Message94266
I parsed the documentation this way:
"Several built-in types such as list and dict do not directly support
weak references" (true)
"but [all of those that do not directly support weak references] can add
support through subclassing"
I would expect there to be exactly two groups of items:
- types that support weak references directly
- types where it can be added through subclassing
Is there some technical reason why int, tuple, and others cannot support
it through subclassing? |
|
| Date |
User |
Action |
Args |
| 2009-10-20 03:14:58 | stutzbach | set | recipients:
+ stutzbach, benjamin.peterson |
| 2009-10-20 03:14:58 | stutzbach | set | messageid: <1256008498.58.0.68620239394.issue7170@psf.upfronthosting.co.za> |
| 2009-10-20 03:14:57 | stutzbach | link | issue7170 messages |
| 2009-10-20 03:14:56 | stutzbach | create | |
|