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 <rep...@bugs.python.org>
<http://bugs.python.org/issue23841>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to