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 Julien.Courteau
Recipients Arfrever, Julien.Courteau, alexis, eric.araujo, tarek
Date 2012-05-24.01:33:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337823237.14.0.877577606957.issue13400@psf.upfronthosting.co.za>
In-reply-to
Content
It is possible to only change the "frontend" (options: byte-compile, compile, no-byte-compile, optimize) without changing the "backend" (attributes: compile and optimize). This way it is then easy to handle both sets of options (no-byte-compile, byte-compile, compile and optimize) for as long as it is necessary. I wonder if that could cause any problem...
History
Date User Action Args
2012-05-24 01:33:57Julien.Courteausetrecipients: + Julien.Courteau, tarek, eric.araujo, Arfrever, alexis
2012-05-24 01:33:57Julien.Courteausetmessageid: <1337823237.14.0.877577606957.issue13400@psf.upfronthosting.co.za>
2012-05-24 01:33:56Julien.Courteaulinkissue13400 messages
2012-05-24 01:33:56Julien.Courteaucreate