Skip to content

Commit fa64c38

Browse files
committed
#39312: remove another dealloc
1 parent e85cf3a commit fa64c38

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/sage/coding/binary_code.pyx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -825,9 +825,6 @@ cdef class BinaryCode:
825825
for combination from 0 <= combination < other_nwords:
826826
self_words[combination+other_nwords] = self_words[combination] ^ glue_word
827827

828-
def __dealloc__(self):
829-
pass
830-
831828
def __reduce__(self):
832829
"""
833830
Method for pickling and unpickling BinaryCodes.

0 commit comments

Comments
 (0)