[issue13129] bad argument exceptions observed in AST

2011-10-07 Thread rmtew
New submission from rmtew richard.m@gmail.com: Platform Windows 7. hg id: a3f2dba93743+ (3.2) I do not know any reproduction steps for this bug outside as a side-effect within an incomplete and problematic Stackless merge. This bug also seems to exist in cpython, and is not in Stackless

[issue13129] bad argument exceptions observed in AST

2011-10-07 Thread rmtew
rmtew richard.m@gmail.com added the comment: False alarm, must have reproduced this in wrong source tree :-( Purely Stackless-specific. -- resolution: - invalid status: open - closed ___ Python tracker rep...@bugs.python.org http

[issue12839] zlibmodule cannot handle Z_VERSION_ERROR zlib error

2011-08-25 Thread rmtew
rmtew richard.m@gmail.com added the comment: Attached is a patch to fix the issue, generated using p4 diff -du which should hopefully be usable. -- keywords: +patch Added file: http://bugs.python.org/file23044/zlibmodule.patch ___ Python tracker

[issue12839] zlibmodule cannot handle Z_VERSION_ERROR zlib error

2011-08-24 Thread rmtew
New submission from rmtew richard.m@gmail.com: zlibmodule.c calling inflateInit2 and deflateInit2 will subsequently proceed to crash in the case where these functions return Z_VERSION_ERROR. zlib implementation note: When you compile against zlib, several functions (actually macros) like

[issue11070] test_capi crashes and fails

2011-01-29 Thread rmtew
New submission from rmtew richard.m@gmail.com: OS: Windows 7 Compiler: Visual Studio 2008 Build: Win32 (Debug and Release) The main problem is observed in both debug and release builds, and even though the test effectively passes in both it also fails in release build. ** In a debug build