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 Arfrever, brett.cannon, eric.snow, ncoghlan, pitrou
Date 2013-02-27.20:00:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361995253.35.0.644887152076.issue17244@psf.upfronthosting.co.za>
In-reply-to
Content
I figured out what I have to do to make this work properly again to avoid the exception from being swallowed. Roughly:

    # XXX calculate mode (_cache_bytecode)
    # XXX create subdirectories as necessary (set_data)
    # XXX write file (_write_atomic)
    # Above replaces loader._cache_bytecode(file, cfile, bytecode)

That will bypass the try/except block causing the issues.
History
Date User Action Args
2013-02-27 20:00:53brett.cannonsetrecipients: + brett.cannon, ncoghlan, pitrou, Arfrever, eric.snow
2013-02-27 20:00:53brett.cannonsetmessageid: <1361995253.35.0.644887152076.issue17244@psf.upfronthosting.co.za>
2013-02-27 20:00:53brett.cannonlinkissue17244 messages
2013-02-27 20:00:53brett.cannoncreate