Author: Matti Picus <[email protected]>
Branch: py3.6
Changeset: r96498:4f0cad9e23bc
Date: 2019-04-15 14:54 +0300
http://bitbucket.org/pypy/pypy/changeset/4f0cad9e23bc/

Log:    marshal.h exists in PyPy since v7.0

diff --git a/lib_pypy/_testcapimodule.c b/lib_pypy/_testcapimodule.c
--- a/lib_pypy/_testcapimodule.c
+++ b/lib_pypy/_testcapimodule.c
@@ -14,7 +14,7 @@
 #include <float.h>
 #include "structmember.h"
 #include "datetime.h"
-// #include "marshal.h"
+#include "marshal.h"
 #include <signal.h>
 
 #ifdef MS_WINDOWS
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to