This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.snow
Recipients amaury.forgeotdarc, eric.snow
Date 2012-06-05.02:58:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1338865132.4.0.472631439697.issue15004@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-06-05 02:58:52eric.snowsetrecipients: + eric.snow, amaury.forgeotdarc
2012-06-05 02:58:52eric.snowsetmessageid: <1338865132.4.0.472631439697.issue15004@psf.upfronthosting.co.za>
2012-06-05 02:58:51eric.snowlinkissue15004 messages
2012-06-05 02:58:51eric.snowcreate