]> granicus.if.org Git - python/commit
Change int to Py_ssize_t in several places.
authorMartin v. Löwis <martin@v.loewis.de>
Tue, 7 Mar 2006 12:08:51 +0000 (12:08 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Tue, 7 Mar 2006 12:08:51 +0000 (12:08 +0000)
commit725507b52ec40ab49ad87596fff7434322b9b5b1
tree5b16b79a6810a7c2683db27ee9d34b10b270ae86
parent8eb8a829c1e4535be9d98b70875d5193f6b94737
Change int to Py_ssize_t in several places.
Add (int) casts to silence compiler warnings.
Raise Python exceptions for overflows.
Modules/posixmodule.c
Objects/enumobject.c
Objects/genobject.c
Objects/object.c
Objects/stringobject.c
Objects/typeobject.c
Python/bltinmodule.c
Python/exceptions.c
Python/import.c
Python/marshal.c
Python/sysmodule.c