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 ssbarnea
Recipients ssbarnea
Date 2015-04-01.12:01:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427889707.75.0.323875541647.issue23841@psf.upfronthosting.co.za>
In-reply-to
Content
The standard library implementation of an OrderedDict (which is included in Python 3.4) uses a weakref for the root reference. 
https://hg.python.org/cpython/file/534b26837a13/Lib/collections/__init__.py#l74

This was reported initially on https://github.com/kennethreitz/requests/issues/2303 and at the moment there are no known workarounds.
History
Date User Action Args
2015-04-01 12:01:47ssbarneasetrecipients: + ssbarnea
2015-04-01 12:01:47ssbarneasetmessageid: <1427889707.75.0.323875541647.issue23841@psf.upfronthosting.co.za>
2015-04-01 12:01:47ssbarnealinkissue23841 messages
2015-04-01 12:01:47ssbarneacreate