X-Git-Url: https://git.distorted.org.uk/~mdw/mLib-python/blobdiff_plain/23bff39b96e98bc1969d275bc7c43e1d6dd28429..376ad06df03e59ebf0796b2f475417150e82252d:/crc32.pyx diff --git a/crc32.pyx b/crc32.pyx index f76ef5e..b5d8374 100644 --- a/crc32.pyx +++ b/crc32.pyx @@ -27,7 +27,7 @@ cdef class CRC32: cdef uint32 _a - def __new__(me, *hunoz, **hukairz): + def __cinit__(me, *hunoz, **hukairz): me._a = 0 def __init__(me): pass