Serhiy Storchaka <[email protected]> added the comment:
`exec(compile(open("fn", "rb").read(), "fn", 'exec'))` will emit a resource
warning because the open file is not closed explicitly.
But this is a different issue.
----------
nosy: +serhiy.storchaka
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue16965>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com