[issue12458] Tracebacks should contain the first line of continuation lines

2011-06-30 Thread Petr Splichal
New submission from Petr Splichal : Currently, python tracebacks shows the last of continuation lines when a function spans across multiple lines. This line usually contains some function parameter only and thus is not very useful for debugging the problem. For example: Traceback (most

[issue2489] Patch for bugs in pty.py

2009-06-01 Thread Petr Splichal
Changes by Petr Splichal : -- nosy: +psss ___ Python tracker <http://bugs.python.org/issue2489> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue2587] PyString_FromStringAndSize() to be considered unsafe

2009-04-14 Thread Petr Splichal
Petr Splichal added the comment: Justin, is there any reproducer available for this issue? Thanks! -- nosy: +psss ___ Python tracker <http://bugs.python.org/issue2

[issue2588] PyOS_vsnprintf() underflow leads to memory corruption

2009-04-14 Thread Petr Splichal
Petr Splichal added the comment: Justin, is there any reproducer available for this issue? Thanks! -- nosy: +psss ___ Python tracker <http://bugs.python.org/issue2

[issue5753] CVE-2008-5983 python: untrusted python modules search path

2009-04-14 Thread Petr Splichal
Changes by Petr Splichal : -- nosy: +psss ___ Python tracker <http://bugs.python.org/issue5753> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue967161] pty.spawn() enhancements

2008-05-15 Thread Petr Splichal
Petr Splichal <[EMAIL PROTECTED]> added the comment: Is there any plan to modify pty.spawn() so that it reports child's status? I think this would be really a very useful feature. Thanx! -- nosy: +psss Tracker <[EMAIL PRO