Mark Dickinson added the comment:

In the Objects subdirectory (which is all I've looked at so far), I see issues 
in:

- fileobject.c (PyObject_AsFileDescriptor)

- structseq.c (PyLong_AsLong return value used as a Py_ssize_t;  probably safe, 
but it would be better to use PyLong_AsSsize_t).

- unicodeobject.c (one place where result assigned to something of type 
ssize_t, one where result assigned to something of type int).

----------

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

Reply via email to