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 Trundle
Recipients Trundle, benjamin.peterson, eric.araujo, ezio.melotti, georg.brandl, vstinner
Date 2011-05-12.21:24:52
SpamBayes Score 0.15752175
Marked as misclassified No
Message-id <1305235493.42.0.0444354832388.issue11614@psf.upfronthosting.co.za>
In-reply-to
Content
A patch against 3.1. The new bytecode is now:

  1           0 LOAD_CONST               2 (True) 
              3 STORE_NAME               1 (initialized) 

  2           6 LOAD_NAME                2 (print) 
              9 LOAD_CONST               0 ('Hello world...') 
             12 CALL_FUNCTION            1 
             15 POP_TOP              
             16 LOAD_CONST               1 (None) 
             19 RETURN_VALUE
History
Date User Action Args
2011-05-12 21:24:53Trundlesetrecipients: + Trundle, georg.brandl, vstinner, benjamin.peterson, ezio.melotti, eric.araujo
2011-05-12 21:24:53Trundlesetmessageid: <1305235493.42.0.0444354832388.issue11614@psf.upfronthosting.co.za>
2011-05-12 21:24:52Trundlelinkissue11614 messages
2011-05-12 21:24:52Trundlecreate