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.

----------
components: Extension Modules
messages: 85651
nosy: trodgers
severity: normal
status: open
title: PyObject_TypeCheck crashes the intepreter on extension callback functions
versions: Python 3.0

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue5709>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to