[issue7567] Messed up terminal after calling curses.initscr() twice.

2010-04-23 Thread Sreejith Madhavan
Sreejith Madhavan added the comment: Thanks for the patch. I can confirm that the patch works for 64bit builds of python-2.6.5 on Solaris (amd64 and sparc) and RHEL5 amd64. The curses library used was ncurses-5.7 with widechar support. -- nosy: +Sreejith.Madhavan

[issue8571] zlib causes a SystemError when decompressing a chunk >1GB

2010-05-07 Thread Sreejith Madhavan
Sreejith Madhavan added the comment: Attached a patch for Modules/zlibmodule.c that worked for me. Tested with python (2.6.1 and 2.6.5) 64bit builds on Solaris (amd64 and sparc) and RHEL5.2 amd64. -- keywords: +patch nosy: +Sreejith.Madhavan Added file: http://bugs.python.org