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, christian.heimes, eric.snow, pitrou, rhettinger
Date 2013-02-17.02:08:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361066898.75.0.464576206432.issue15004@psf.upfronthosting.co.za>
In-reply-to
Content
I've yanked the __weakref__ attr--apparently builtins don't have them.  I've also update the test.  Is the updated test sufficient?  I expect that if weakref.ref(ns) works, the rest of the weakref functionality works as well.
History
Date User Action Args
2013-02-17 02:08:18eric.snowsetrecipients: + eric.snow, rhettinger, amaury.forgeotdarc, pitrou, christian.heimes
2013-02-17 02:08:18eric.snowsetmessageid: <1361066898.75.0.464576206432.issue15004@psf.upfronthosting.co.za>
2013-02-17 02:08:18eric.snowlinkissue15004 messages
2013-02-17 02:08:18eric.snowcreate