commit | 6c87ecaff196348edc380f08643f48618e6d96d5 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Jan 03 19:08:16 1997 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Jan 03 19:08:16 1997 +0000 |
tree | c6a72aa04c5776cc01a7da3c77512b9d10d3b811 | |
parent | 04ebf5ca5d45a7e40326226c4ce07afdc17e521f [diff] |
Changed the ``add/sub_offset'' hacks for dealing with C's unsigned int/long types, and use the new PyLong_FromUnsignedLong() and PyLong_AsUnsignedLong() interfaces instead. Semantic change: the 'I' format will now always return a long int.