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 brett.cannon
Recipients Sworddragon, brett.cannon, serhiy.storchaka, skrah
Date 2013-11-09.16:06:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384013172.79.0.39786106431.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. If you pre-compile all bytecode with -OO this will never even occur.
History
Date User Action Args
2013-11-09 16:06:12brett.cannonsetrecipients: + brett.cannon, skrah, Sworddragon, serhiy.storchaka
2013-11-09 16:06:12brett.cannonsetmessageid: <1384013172.79.0.39786106431.issue19533@psf.upfronthosting.co.za>
2013-11-09 16:06:12brett.cannonlinkissue19533 messages
2013-11-09 16:06:12brett.cannoncreate