[New-bugs-announce] [issue23841] py34 OrderedDict is using weakref for root reference

sorin report at bugs.python.org
Wed Apr 1 14:01:47 CEST 2015


New submission from sorin:

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.

----------
components: Library (Lib)
messages: 239789
nosy: sorin
priority: normal
severity: normal
status: open
title: py34 OrderedDict is using weakref for root reference
type: compile error
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23841>
_______________________________________


More information about the New-bugs-announce mailing list