Skip to content

Commit c786c3c

Browse files
committed
Add TODO to make ZstdDict and others GC objects
1 parent 58b0008 commit c786c3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Modules/_zstd/zdict.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ static PyType_Slot zstddict_slots[] = {
250250
{0}
251251
};
252252

253+
// TODO(emmatyping): ZstdDict (and others?) should become a GC object.
253254
PyType_Spec zstddict_type_spec = {
254255
.name = "_zstd.ZstdDict",
255256
.basicsize = sizeof(ZstdDict),

0 commit comments

Comments
 (0)