Include prototyping steps #1

Merged
foefl merged 15 commits from native_hashing into main 2025-12-16 12:50:07 +00:00
Showing only changes of commit 60794ddf2f - Show all commits

View File

@ -164,6 +164,8 @@ cdef class Blockchain:
def __init__(self, *args, **kwargs): def __init__(self, *args, **kwargs):
pass pass
# TODO add entries of map
# ownership is typically not transferred from the Blockchain extension class
def __dealloc__(self): def __dealloc__(self):
if self._chain is not NULL: if self._chain is not NULL:
del self._chain del self._chain