codegen/argtypes.py: Revert the UInt64Arg modifications from upstream. It forces...
authorEdward Hervey <bilboed@bilboed.com>
Tue, 3 Oct 2006 09:24:11 +0000 (09:24 +0000)
committerEdward Hervey <bilboed@bilboed.com>
Tue, 3 Oct 2006 09:24:11 +0000 (09:24 +0000)
commitc79185a0136f7361e586bb5de1b8f40439535362
tree1fd4cb2d5f7ddd1d1217cd19ab15c8211c3d0669
parent460307745b4a88fc0bd5019d09d1f609d84057f7
codegen/argtypes.py: Revert the UInt64Arg modifications from upstream. It forces us to give a PyLong, whereas we can ...

Original commit message from CVS:
* codegen/argtypes.py:
Revert the UInt64Arg modifications from upstream. It forces us to give
a PyLong, whereas we can directly use the 'K' argument parsing for that.
ChangeLog
codegen/argtypes.py
common