[issue1254] pdb fails to launch some script.

2007-11-12 Thread Christian Heimes
Christian Heimes added the comment: Fixed in r58950 for Python 2.5. Python 2.6 and 3k are already fixed. -- nosy: +tiran resolution: -> fixed status: open -> closed versions: +Python 2.5 __ Tracker <[EMAIL PROTECTED]> _

[issue1254] pdb fails to launch some script.

2007-10-10 Thread Romain JACQUET
New submission from Romain JACQUET: Pdb fails to launch any scripts that uses the __file__ builtin. This problem occurs because pdb does not set the global environnement correctly. It can be corrected by setting the global variable __file__ before pdb executes the file. Lib/pdb.py: Replace : gl