]> granicus.if.org Git - python/commit
Struct now unpacks to PY_LONG_LONG directly when possible, also include #ifdef'ed...
authorBob Ippolito <bob@redivi.com>
Thu, 25 May 2006 18:44:50 +0000 (18:44 +0000)
committerBob Ippolito <bob@redivi.com>
Thu, 25 May 2006 18:44:50 +0000 (18:44 +0000)
commit94f68ee8ba0ed47a59da9527708b69b86104a0a2
tree2f11a35ab2dfe86a216eca11ee9eb60f48d419c3
parentc3434b3834a5cf7e7ce14c775c82d0cc70bce424
Struct now unpacks to PY_LONG_LONG directly when possible, also include #ifdef'ed out code that will return int instead of long when in bounds (not active since it's an API and doc change)
Modules/_struct.c