Skip to content

Commit 5b5e7bc

Browse files
committed
#39316: remove dealloc
1 parent fff86ea commit 5b5e7bc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/sage/combinat/designs/evenly_distributed_sets.pyx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,6 @@ cdef class EvenlyDistributedSetsBacktracker:
172172
# MANAGEMENT OF MEMORY
173173
cdef MemoryAllocator mem
174174

175-
def __dealloc__(self):
176-
pass
177-
178175
def __init__(self, K, k, up_to_isomorphism=True, check=False):
179176
r"""
180177
TESTS::

0 commit comments

Comments
 (0)