[issue5709] PyObject_TypeCheck crashes the intepreter on extension callback functions

2009-04-06 Thread Te-jé Rodgers
New submission from Te-jé Rodgers cont...@tejerodgers.com: When a python callable is called from an extension module using PyEval_CallObjectWithKeywords, and that callable calls a function in the extension module that uses PyObject_TypeCheck (or *ParseTuple with O!), the interpreter crashes.

[issue5709] PyObject_TypeCheck crashes the intepreter on extension callback functions

2009-04-06 Thread Te-jé Rodgers
Te-jé Rodgers cont...@tejerodgers.com added the comment: Sorry about that; my err. -- status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5709 ___

[issue5709] PyObject_TypeCheck crashes the intepreter on extension callback functions

2009-04-06 Thread Benjamin Peterson
Changes by Benjamin Peterson benja...@python.org: -- resolution: - invalid ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5709 ___ ___