[issue1472251] pdb 'run' crashes when the it's first argument is non-string

2010-07-30 Thread Georg Brandl
Georg Brandl added the comment: Committed in trunk r83266; file objects are no longer allowed for exec(), therefore I dropped mentions of that. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker

[issue1472251] pdb 'run' crashes when the it's first argument is non-string

2009-09-23 Thread Kuba Kończyk
Kuba Kończyk added the comment: BTW, patch is based on trunk. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue1472251] pdb 'run' crashes when the it's first argument is non-string

2009-09-23 Thread Kuba Kończyk
Changes by Kuba Kończyk : Removed file: http://bugs.python.org/file1975/bdb-run.patch ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue1472251] pdb 'run' crashes when the it's first argument is non-string

2009-09-23 Thread Kuba Kończyk
Kuba Kończyk added the comment: Updated patch with tests and documentation.It fixes the issue by leaving argument checking to exec and eval functions.The result is a more readable error messages when invoking run/runeval with incorrect arguments (see discussion above) and also ability to run pdb

[issue1472251] pdb 'run' crashes when the it's first argument is non-string

2009-03-20 Thread Daniel Diniz
Daniel Diniz added the comment: Issue 1472257 was rejected. -- dependencies: +pdb: fix for #1472251('run/runeval' commands bug) nosy: +ajaksu2 stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.5 ___ Python tracker