[issue8097] bug in modulefinder: import_hook() got an unexpected keyword argument 'level'

R. David Murray report at bugs.python.org
Tue Mar 9 16:04:46 CET 2010


R. David Murray <rdmurray at bitdance.com> added the comment:

Unless I'm missing something, this appears to be a bug in your code.  You redefine import_hook in your subclass, but you don't give it a level parameter.

----------
components: +Library (Lib) -Extension Modules
nosy: +r.david.murray
priority:  -> normal
resolution:  -> invalid
stage:  -> committed/rejected
status: open -> closed
type: crash -> behavior

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


More information about the Python-bugs-list mailing list