Guido van Rossum <[email protected]> added the comment:

The question is, if PyMapping_Check() returns True, and a list is passed, will 
the code segfault or raise an exception?  A segfault would be unacceptable; an 
exception would be acceptable assuming that the code would have raised an 
exception anyway if PyMapping_Check() had returned False.

----------

_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue5945>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to