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.14:37:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1430491064.79.0.908935819877.issue24085@psf.upfronthosting.co.za>
In-reply-to
Content
I'm still seeing a very large difference:

asottile@work:/tmp$ python repro.py 
ready
<module 'city_hoods' from '/tmp/city_hoods.pyc'>
72604
VmHWM:	   72604 kB
VmRSS:	   60900 kB
asottile@work:/tmp$ rm *.pyc; python repro.py 
ready
<module 'city_hoods' from '/tmp/city_hoods.py'>
1077232
VmHWM:	 1077232 kB
VmRSS:	  218040 kB

This file is significantly larger than the one attached, not sure if it makes much of a difference.
History
Date User Action Args
2015-05-01 14:37:44asottilesetrecipients: + asottile, pitrou, bukzor
2015-05-01 14:37:44asottilesetmessageid: <1430491064.79.0.908935819877.issue24085@psf.upfronthosting.co.za>
2015-05-01 14:37:44asottilelinkissue24085 messages
2015-05-01 14:37:44asottilecreate