diff -u -ruN /Users/Admin/Downloads/New Folder With Items/pylzma_aes.c /opt/local/var/macports/build/_Users_Admin_Developer_Ports_python_py-pylzma/py312-pylzma/work/pylzma-0.5.0/src/pylzma/pylzma_aes.c
--- src/pylzma/pylzma_aes.c.orig	2024-08-30 15:52:01
+++ src/pylzma/pylzma_aes.c	2024-08-30 15:52:08
@@ -155,7 +155,7 @@
     sizeof(CAESDecryptObject),           /* int tp_basicsize; */
     0,                                   /* int tp_itemsize;       // not used much */
     NULL,                                /* destructor tp_dealloc; */
-    NULL,                                /* printfunc  tp_print;   */
+    0,                                   /* printfunc  tp_print;   */
     NULL,                                /* getattrfunc  tp_getattr; // __getattr__ */
     NULL,                                /* setattrfunc  tp_setattr;  // __setattr__ */
     NULL,                                /* cmpfunc  tp_compare;  // __cmp__ */
diff -u -ruN /Users/Admin/Downloads/New Folder With Items/pylzma_compressfile.c /opt/local/var/macports/build/_Users_Admin_Developer_Ports_python_py-pylzma/py312-pylzma/work/pylzma-0.5.0/src/pylzma/pylzma_compressfile.c
--- src/pylzma/pylzma_compressfile.c.orig	2018-09-26 14:37:47
+++ src/pylzma/pylzma_compressfile.c	2024-08-30 15:54:09
@@ -231,7 +231,7 @@
     sizeof(CCompressionFileObject),      /* int tp_basicsize; */
     0,                                   /* int tp_itemsize;       // not used much */
     (destructor)pylzma_compfile_dealloc, /* destructor tp_dealloc; */
-    NULL,                                /* printfunc  tp_print;   */
+    0,                                   /* printfunc  tp_print;   */
     NULL,                                /* getattrfunc  tp_getattr; // __getattr__ */
     NULL,                                /* setattrfunc  tp_setattr;  // __setattr__ */
     NULL,                                /* cmpfunc  tp_compare;  // __cmp__ */
diff -u -ruN /Users/Admin/Downloads/New Folder With Items/pylzma_decompressobj.c /opt/local/var/macports/build/_Users_Admin_Developer_Ports_python_py-pylzma/py312-pylzma/work/pylzma-0.5.0/src/pylzma/pylzma_decompressobj.c
--- src/pylzma/pylzma_decompressobj.c.orig	2018-09-26 14:37:47
+++ src/pylzma/pylzma_decompressobj.c	2024-08-30 15:55:16
@@ -382,7 +382,7 @@
     sizeof(CDecompressionObject),        /* int tp_basicsize; */
     0,                                   /* int tp_itemsize;       // not used much */
     (destructor)pylzma_decomp_dealloc,   /* destructor tp_dealloc; */
-    NULL,                                /* printfunc  tp_print;   */
+    0,                                   /* printfunc  tp_print;   */
     NULL,                                /* getattrfunc  tp_getattr; // __getattr__ */
     NULL,                                /* setattrfunc  tp_setattr;  // __setattr__ */
     NULL,                                /* cmpfunc  tp_compare;  // __cmp__ */
diff -u -ruN /Users/Admin/Downloads/New Folder With Items/pylzma_decompressobj_compat.c /opt/local/var/macports/build/_Users_Admin_Developer_Ports_python_py-pylzma/py312-pylzma/work/pylzma-0.5.0/src/pylzma/pylzma_decompressobj_compat.c
--- src/pylzma/pylzma_decompressobj_compat.c.orig	2018-09-26 14:37:47
+++ src/pylzma/pylzma_decompressobj_compat.c	2024-08-30 15:56:20
@@ -202,7 +202,7 @@
   sizeof(CCompatDecompressionObject),  /* int tp_basicsize; */
   0,                                   /* int tp_itemsize;       // not used much */
   (destructor)pylzma_decomp_dealloc,   /* destructor tp_dealloc; */
-  NULL,                                /* printfunc  tp_print;   */
+  0,                                   /* printfunc  tp_print;   */
   NULL,                                /* getattrfunc  tp_getattr; // __getattr__ */
   NULL,                                /* setattrfunc  tp_setattr;  // __setattr__ */
   NULL,                                /* cmpfunc  tp_compare;  // __cmp__ */
