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 benjamin.peterson
Recipients benjamin.peterson, georg.brandl
Date 2008-04-05.14:43:08
SpamBayes Score 0.09280181
Marked as misclassified No
Message-id <1207406589.36.0.590521129385.issue2556@psf.upfronthosting.co.za>
In-reply-to
Content
According to the 2.6 docs, says you can set it yourself to control
bytecode generation. That doesn't work because the dont_write_bytecode
flag is set from command option and never looked at again. Either we
should remove this misleading information or use PySys_GetObject in
pythonrun.c where the flag is used.
History
Date User Action Args
2008-04-05 14:43:09benjamin.petersonsetspambayes_score: 0.0928018 -> 0.09280181
recipients: + benjamin.peterson, georg.brandl
2008-04-05 14:43:09benjamin.petersonsetspambayes_score: 0.0928018 -> 0.0928018
messageid: <1207406589.36.0.590521129385.issue2556@psf.upfronthosting.co.za>
2008-04-05 14:43:08benjamin.petersonlinkissue2556 messages
2008-04-05 14:43:08benjamin.petersoncreate