X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib-python/blobdiff_plain/d8d81d1b049836f7d4fae7b0077a8ce9e2fc43ac..a1ce1458d254a60b64add7f1ca44bd638c872097:/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