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 Sworddragon
Recipients Sworddragon, brett.cannon, serhiy.storchaka, skrah
Date 2013-11-09.16:24:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384014258.05.0.660875704232.issue19533@psf.upfronthosting.co.za>
In-reply-to
Content
> Do realize this is a one-time memory cost, though, because next execution will load from the .pyo and thus will never load the docstring into memory.

Except in 2 cases:

- The bytecode was previously generated with -O.
- The bytecode couldn't be written (for example permission issues or Python was invoked with -B).
History
Date User Action Args
2013-11-09 16:24:18Sworddragonsetrecipients: + Sworddragon, brett.cannon, skrah, serhiy.storchaka
2013-11-09 16:24:18Sworddragonsetmessageid: <1384014258.05.0.660875704232.issue19533@psf.upfronthosting.co.za>
2013-11-09 16:24:18Sworddragonlinkissue19533 messages
2013-11-09 16:24:17Sworddragoncreate