Shish added the comment:
I'm having problems with this too -- a third party app on the same domain as me
has set an invalid cookie, and now my app crashes horribly :(
(And even if cherrypy handled the exception and didn't crash completely, it
would still not be able to use a
Shish added the comment:
in its simplest form, this shows the bug -- signal.getsignal does not
return the original signal handler (the "tell the app to resize itself"
one that curses installs), and so, the original signal handler cannot
be re-activated after being temporaril
New submission from Shish <[EMAIL PROTECTED]>:
after the first initscr() sigwinch is handled as expected, but then my
app needs to ignore sigwinch, leave curses to view the output from
something, come back into curses, and start listening for sigwinch
again. The signal(SIGWINCH, SIG_IGN
New submission from Shish <[EMAIL PROTECTED]>:
I have an app which wants to use a mostly curses interface with some
parts readline, however, doing so much as "import readline" causes
readline to claim ownership of sigwinch, thus breaking the ability of
the app to resize.
Wo
Shish <[EMAIL PROTECTED]> added the comment:
Also present in 2.5
--
components: +Library (Lib) -Extension Modules
versions: +Python 2.5
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Changes by Shish <[EMAIL PROTECTED]>:
--
type: -> behavior
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2732>
__
___
Python-bugs-list mai
New submission from Shish <[EMAIL PROTECTED]>:
Even in the self-test suite, the bug appears, run:
python /usr/lib/python2.4/curses/textpad.py
then type so that the line wraps, eg 123456789123456789 to fill two
lines, and then ctrl-g to return -- the result has had the end
characters o