[issue6682] Default traceback does not handle PEP302 loaded modules

2022-01-28 Thread Irit Katriel
Irit Katriel added the comment: This was reported for 2.6, not clear why 3.1 and 3.2 were added later. Anyway, I'm not seeing the issue on 3.11 (with a script updated for python-3 prints). Also, imp is deprecated now. -- nosy: +iritkatriel resolution: -> out of date stage: needs

[issue6682] Default traceback does not handle PEP302 loaded modules

2019-03-15 Thread Mark Lawrence
Change by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue6682] Default traceback does not handle PEP302 loaded modules

2014-06-17 Thread Mark Lawrence
Mark Lawrence added the comment: Who is best placed to look at an issue about import hooks and default tracebacks? -- nosy: +BreamoreBoy ___ Python tracker ___ __

[issue6682] Default traceback does not handle PEP302 loaded modules

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence : -- stage: -> needs patch versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker ___ _

[issue6682] Default traceback does not handle PEP302 loaded modules

2009-08-14 Thread Gabriel Genellina
Changes by Gabriel Genellina : -- nosy: +gagenellina ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue6682] Default traceback does not handle PEP302 loaded modules

2009-08-11 Thread Anders Blomdell
New submission from Anders Blomdell : While trying to get a PEP302 import hook to function properly, I found that the default traceback picks up the wrong sourcecode for PEP302 loaded modules. The testcase pep302_traceback.py tries to emulate the behavior of the files in ordinary, which generate