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 vstinner
Recipients Trundle, flox, vstinner
Date 2010-09-04.00:38:52
SpamBayes Score 8.519373e-05
Marked as misclassified No
Message-id <1283560737.83.0.915719946226.issue9756@psf.upfronthosting.co.za>
In-reply-to
Content
I have different questions:
 - Should we trust PyObject_IsInstance() or PyUnicode_Check() (because they give different results)?
 - Should PyObject_IsInstance() and PyUnicode_Check() give the same result?
 - Should we fix the segfault?

To fix the segfault, I suppose that we use a more strict validation on the input type. Eg. Use PyUnicode_Check() instead of PyObject_IsInstance()?
History
Date User Action Args
2010-09-04 00:38:58vstinnersetrecipients: + vstinner, Trundle, flox
2010-09-04 00:38:57vstinnersetmessageid: <1283560737.83.0.915719946226.issue9756@psf.upfronthosting.co.za>
2010-09-04 00:38:52vstinnerlinkissue9756 messages
2010-09-04 00:38:52vstinnercreate