that's undefined behaviour when sizeof(Py_ssize_t) != sizeof(int). git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10145 626c5289-ae23-0410-ae9c-e8d60b6d4f22
7 lines
216 B
Text
7 lines
216 B
Text
Version 1.3.33 (in progress)
|
|
============================
|
|
|
|
11/16/2007: olly
|
|
[Python] Don't pass Py_ssize_t for a %d printf-like format as
|
|
that's undefined behaviour when sizeof(Py_ssize_t) != sizeof(int).
|
|
|