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 thomas-petazzoni
Recipients Alex.Willmer, barry, doko, martin.panter, thomas-petazzoni, twouters, vstinner, xdegaye
Date 2016-07-28.11:18:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469704688.83.0.77687319636.issue26852@psf.upfronthosting.co.za>
In-reply-to
Content
I can also say that in the Buildroot project, we have patches to get rid of the PEP3147 stuff. Indeed, the PEP3147 forces one to have both the .py *and* the .pyc file for a given module. If you have only the .pyc file, Python does not recognize it and it cannot be imported.

By removing the PEP3147 functionality, we are able to keep only the .pyc files on the target, therefore dividing roughly by two the size of the Python installation.
History
Date User Action Args
2016-07-28 11:18:08thomas-petazzonisetrecipients: + thomas-petazzoni, twouters, barry, doko, vstinner, xdegaye, martin.panter, Alex.Willmer
2016-07-28 11:18:08thomas-petazzonisetmessageid: <1469704688.83.0.77687319636.issue26852@psf.upfronthosting.co.za>
2016-07-28 11:18:08thomas-petazzonilinkissue26852 messages
2016-07-28 11:18:08thomas-petazzonicreate