This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author asottile
Recipients asottile, bukzor, pitrou
Date 2015-05-01.15:42:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1430494941.02.0.522280742972.issue24085@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2015-05-01 15:42:21asottilesetrecipients: + asottile, pitrou, bukzor
2015-05-01 15:42:21asottilesetmessageid: <1430494941.02.0.522280742972.issue24085@psf.upfronthosting.co.za>
2015-05-01 15:42:21asottilelinkissue24085 messages
2015-05-01 15:42:20asottilecreate