chiark
/
gitweb
/
~mdw
/
mLib-python
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
debian/control: Fix up some Python version numbers.
[mLib-python]
/
crc32.pyx
diff --git
a/crc32.pyx
b/crc32.pyx
index f76ef5edea082320cc40021d525639b46b2d2dbb..b5d8374575a36028a89daac3125a0768220fcb90 100644
(file)
--- a/
crc32.pyx
+++ b/
crc32.pyx
@@
-27,7
+27,7
@@
cdef class CRC32:
cdef uint32 _a
cdef class CRC32:
cdef uint32 _a
- def __
new
__(me, *hunoz, **hukairz):
+ def __
cinit
__(me, *hunoz, **hukairz):
me._a = 0
def __init__(me):
pass
me._a = 0
def __init__(me):
pass