Files
cpython/Objects
Neal Norwitz 9165680203 Backport 43022:
Fix and test (manually w/xx module) passing NULLs to PyObject_Str() and
PyObject_Unicode().  This problem was originally reported from Coverity
and addresses mail on python-dev "checkin r43015".

This inlines the conversion of the string to unicode and cleans
up/simplifies some code at the end of the PyObject_Unicode().

We really need a complete C API test module for all public APIs
and passing good and bad parameter values.
2006-03-14 06:10:22 +00:00
..
2000-05-02 18:34:30 +00:00
2006-02-20 10:21:14 +00:00
2001-08-29 23:54:21 +00:00
2005-02-17 10:43:12 +00:00
2006-03-14 06:10:22 +00:00
2005-07-11 05:57:11 +00:00
2006-02-20 10:21:14 +00:00