]> granicus.if.org Git - python/commit
Use Py_ssize_t for _Py_RefTotal.
authorNeal Norwitz <nnorwitz@gmail.com>
Sat, 4 Mar 2006 19:58:13 +0000 (19:58 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sat, 4 Mar 2006 19:58:13 +0000 (19:58 +0000)
commit4281cef2057e24384a1d59b6bcf9e9161fde26e8
treee0fd65002e09aa925f4a4594586e2fb471775e5e
parent9589ee276a7c863b137ee925e9e50745ef594b98
Use Py_ssize_t for _Py_RefTotal.
I tried to handle Win64 properly, but please review.
Include/object.h
Python/pythonrun.c
Python/sysmodule.c