chiark
/
gitweb
/
~mdw
/
catacomb-python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from:
61e45e9
)
key: Use convulong instead of PyLong_AsUnsignedLong.
author
Mark Wooding
<mdw@distorted.org.uk>
Tue, 21 Mar 2006 01:20:29 +0000
(
01:20
+0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Tue, 21 Mar 2006 01:20:29 +0000
(
01:20
+0000)
Python 2.4's implementation of PyLong_AsUnsignedLong handles integers
correctly; but 2.3 insists on having a real `long' object. Our
`convulong' function handles these, and also stranger things like MPs.
Use it.
No differences found