]> granicus.if.org Git - python/commit
use Py_ssize_t for file offset and length computations in iteration (closes #22526)
authorBenjamin Peterson <benjamin@python.org>
Wed, 1 Oct 2014 01:17:15 +0000 (21:17 -0400)
committerBenjamin Peterson <benjamin@python.org>
Wed, 1 Oct 2014 01:17:15 +0000 (21:17 -0400)
commit95bc0e4703f6997b808240b3b24635bb2bebd781
treeeaa511cccd307ef891ab31f0cc860aa10569e086
parentece9d5a91fbc4ada2d4e17e9c52d4a1658552dca
use Py_ssize_t for file offset and length computations in iteration (closes #22526)
Lib/test/test_file2k.py
Misc/NEWS
Objects/fileobject.c