Arkadiusz Wahlig <arkadiusz.wah...@gmail.com> added the comment:

How to reproduce:

Given a module foo.py imported using zipimport with a function bar, if we try 
to set a breakpoint in bar using:

> break foo.bar

pdb would take filename and lineno from the function object but would use 
current frame to get module globals.

linecache would return a line from current module but also store it in cache 
under foo's filename.

----------

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

Reply via email to