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 serhiy.storchaka
Recipients barry, brett.cannon, eric.snow, ncoghlan, serhiy.storchaka
Date 2016-01-07.22:33:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452206000.03.0.258676749234.issue26042@psf.upfronthosting.co.za>
In-reply-to
Content
What about zipimport? It doesn't use __pycache__ directories, but just try to read *.pyc file, then *.py file.

The launcher on Windows also check magic number (it contains a mapping from magic numbers to Python versions).
History
Date User Action Args
2016-01-07 22:33:20serhiy.storchakasetrecipients: + serhiy.storchaka, barry, brett.cannon, ncoghlan, eric.snow
2016-01-07 22:33:20serhiy.storchakasetmessageid: <1452206000.03.0.258676749234.issue26042@psf.upfronthosting.co.za>
2016-01-07 22:33:20serhiy.storchakalinkissue26042 messages
2016-01-07 22:33:19serhiy.storchakacreate