New submission from Raymond Hettinger: The root.prev and first.prev assignments should use weak references rather than hard references. Spotted by Andra Bogildea.
---------- components: Library (Lib) files: od_proxy.diff keywords: patch messages: 284367 nosy: rhettinger priority: normal severity: normal status: open title: Unintentional hard reference assignment in Python version of OrderedDict.move_to_end type: resource usage versions: Python 3.5, Python 3.6, Python 3.7 Added file: http://bugs.python.org/file46097/od_proxy.diff _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue29119> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com