This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gvanrossum
Recipients benjamin.peterson, georg.brandl, gvanrossum, jmillikin, pitrou, rhettinger
Date 2011-01-04.18:36:54
SpamBayes Score 0.029678367
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
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.
History
Date User Action Args
2011-01-04 18:36:58gvanrossumsetrecipients: + gvanrossum, georg.brandl, rhettinger, pitrou, benjamin.peterson, jmillikin
2011-01-04 18:36:58gvanrossumsetmessageid: <[email protected]>
2011-01-04 18:36:54gvanrossumlinkissue5945 messages
2011-01-04 18:36:54gvanrossumcreate