We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
CONFIG_EXPERIMENTAL_SERIALIZED_DEEPCOPY
1 parent 1ec7dcd commit c6f4121Copy full SHA for c6f4121
include/deemon/api.h
@@ -505,7 +505,7 @@ __pragma_GCC_diagnostic_ignored(Walloc_size_larger_than)
505
/* Experimental feature switch: Use "tp_serialize" to implement "deepcopy" */
506
#if (!defined(CONFIG_EXPERIMENTAL_SERIALIZED_DEEPCOPY) && \
507
!defined(CONFIG_NO_EXPERIMENTAL_SERIALIZED_DEEPCOPY))
508
-#if 0 /* TODO: Doesn't work, yet */
+#if 1
509
#define CONFIG_EXPERIMENTAL_SERIALIZED_DEEPCOPY
510
#else
511
#define CONFIG_NO_EXPERIMENTAL_SERIALIZED_DEEPCOPY
0 commit comments