[issue13959] Re-implement parts of imp in pure Python

Eric Snow report at bugs.python.org
Mon Apr 23 02:53:26 CEST 2012


Eric Snow <ericsnowcurrently at gmail.com> added the comment:

How consistent do the semantics of reload() need to remain?  (The C version does more type checking than the Python version probably needs to worry about.  reload() seems to be one of those bits that doesn't have much test coverage.)

Also, what's the best way to exercise the changes one makes to the C code?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13959>
_______________________________________


More information about the Python-bugs-list mailing list