Skip to content

Commit c6f4121

Browse files
committed
Enable CONFIG_EXPERIMENTAL_SERIALIZED_DEEPCOPY by default
1 parent 1ec7dcd commit c6f4121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/deemon/api.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ __pragma_GCC_diagnostic_ignored(Walloc_size_larger_than)
505505
/* Experimental feature switch: Use "tp_serialize" to implement "deepcopy" */
506506
#if (!defined(CONFIG_EXPERIMENTAL_SERIALIZED_DEEPCOPY) && \
507507
!defined(CONFIG_NO_EXPERIMENTAL_SERIALIZED_DEEPCOPY))
508-
#if 0 /* TODO: Doesn't work, yet */
508+
#if 1
509509
#define CONFIG_EXPERIMENTAL_SERIALIZED_DEEPCOPY
510510
#else
511511
#define CONFIG_NO_EXPERIMENTAL_SERIALIZED_DEEPCOPY

0 commit comments

Comments
 (0)