Message 116873 - Python tracker (original) (raw)

Message116873

Author pitrou
Recipients Tom.Browder, amaury.forgeotdarc, barry, pitrou
Date 2010-09-19.14:52:48
SpamBayes Score 0.005877867
Marked as misclassified No
Message-id 1284907970.82.0.032611234497.issue9880@psf.upfronthosting.co.za
In-reply-to
Content
You can look at Python/compile.c (the ast-to-bytecode compiler), Python/peephole.c (the bytecode optimizer), Python/marshal.c (the on-disk bytecode serializer/unserialize). First step could be to actually disable the optimizer (see PyCode_Optimize in peephole.c).
History
Date User Action Args
2010-09-19 14:52:50 pitrou set recipients: + pitrou, barry, amaury.forgeotdarc, Tom.Browder
2010-09-19 14:52:50 pitrou set messageid: 1284907970.82.0.032611234497.issue9880@psf.upfronthosting.co.za
2010-09-19 14:52:48 pitrou link issue9880 messages
2010-09-19 14:52:48 pitrou create