]> granicus.if.org Git - python/commit
Code had returned an ssize_t, upcast to long, then converted with PyInt_FromLong.
authorAndrew Dalke <dalke@dalkescientific.com>
Thu, 25 May 2006 18:03:25 +0000 (18:03 +0000)
committerAndrew Dalke <dalke@dalkescientific.com>
Thu, 25 May 2006 18:03:25 +0000 (18:03 +0000)
commitb552c4d848c740d6f46ada84f4f6b683305a3b08
tree79e1b2c27b682fb4063e27b7df5ebb94f4b2399d
parentaf72237abca28b7a0afce6f33c846658c2ef978f
Code had returned an ssize_t, upcast to long, then converted with PyInt_FromLong.
Now using PyInt_FromSsize_t.
Objects/unicodeobject.c