[issue35030] Python 2.7 OrderedDict leaks memory

2018-10-20 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- assignee: -> rhettinger nosy: +benjamin.peterson ___ Python tracker ___ ___ Python-bugs-list mailin

[issue35030] Python 2.7 OrderedDict leaks memory

2018-10-20 Thread tzickel
New submission from tzickel : https://github.com/requests/requests/issues/4553#issuecomment-431514753 It was fixed in Python 3 by using weakref, but not backported to Python 2. Also might be nice to somehow to that leak test in more places to detect such issues ? -- components: Libra