Anthony Sottile added the comment:

Ah, then 3.4 still has the problem:

$ rm -rf __pycache__/ *.pyc; python3.4 repro.py
ready
<module 'city_hoods' from '/tmp/city_hoods.py'>
1112892
VmHWM:   1112892 kB
VmRSS:    127196 kB
asottile@work:/tmp$ python3.4 repro.py 
ready
<module 'city_hoods' from '/tmp/city_hoods.py'>
77468
VmHWM:     77468 kB
VmRSS:     65228 kB

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24085>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to