[issue8352] imp.find_module of a .py ending dir causes glibc double free crash

Shashwat Anand report at bugs.python.org
Fri Apr 9 08:50:32 CEST 2010


Shashwat Anand <anand.shashwat at gmail.com> added the comment:

<quote>mkdir bla.py; python -c 'import imp; imp.find_module("bla", ["."])'

This causes bpython to crash after the first input char if such a
directory exist.</quote>

I am sure you do not mean 'bpython intepretor' here.

----------
nosy: +l0nwlf

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


More information about the Python-bugs-list mailing list