Brett Cannon added the comment:

I figured out why testing was difficult; the file is only read from if it's 
necessary. That means if you are trying to load source which has bytecode 
available which is legitimate it will simply skip over the source and read from 
the bytecode.

So in the end I just fixed it without a test since it's for a marginal case for 
a deprecated module. Plus the fix is rather simple and still passed the test 
suite.

----------
resolution:  -> fixed
stage: test needed -> committed/rejected
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17358>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to