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 mherrmann.at
Recipients docs@python, eric.araujo, lebigot, mherrmann.at, terry.reedy, vstinner
Date 2012-06-12.11:57:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339502257.26.0.373028531891.issue12982@psf.upfronthosting.co.za>
In-reply-to
Content
Hi,

I need to use a third-party library that ships as a mixture of .pyc and .pyo files. I found it a little surprising and inconvenient that I have to set the -O flag just to read .pyo files. I don't mind whether .pyc or .pyo files are being created during compilation, I just want to be able to read from both .pyc and .pyo files without having to use the -O flag. Can somebody fix this? I unfortunately have absolutely no clue how.

Thanks!
History
Date User Action Args
2012-06-12 11:57:37mherrmann.atsetrecipients: + mherrmann.at, terry.reedy, vstinner, lebigot, eric.araujo, docs@python
2012-06-12 11:57:37mherrmann.atsetmessageid: <1339502257.26.0.373028531891.issue12982@psf.upfronthosting.co.za>
2012-06-12 11:57:36mherrmann.atlinkissue12982 messages
2012-06-12 11:57:35mherrmann.atcreate