Message162323
Currently types.SimpleNamespace does not support weak references. Amaury asked for this in #14673, but I'd like to see more discussion. What are the use cases for weak references in this case?
The type is a simple wrapper around dict, which does not support weak references. In fact most of the builtin types do not support them. However, I freely admit that I haven't used weak references very much and am not familiar with the use cases. |
|
Date |
User |
Action |
Args |
2012-06-05 02:58:52 | eric.snow | set | recipients:
+ eric.snow, amaury.forgeotdarc |
2012-06-05 02:58:52 | eric.snow | set | messageid: <1338865132.4.0.472631439697.issue15004@psf.upfronthosting.co.za> |
2012-06-05 02:58:51 | eric.snow | link | issue15004 messages |
2012-06-05 02:58:51 | eric.snow | create | |
|