Author: Matti Picus <[email protected]>
Branch: py3.6
Changeset: r98589:95ba888acdd6
Date: 2020-01-28 22:54 +0200
http://bitbucket.org/pypy/pypy/changeset/95ba888acdd6/

Log:    issue 3160: include structseq.h (needed for
        PyStructSequence_InitType2 in NumPy)

diff --git a/pypy/module/cpyext/include/Python.h 
b/pypy/module/cpyext/include/Python.h
--- a/pypy/module/cpyext/include/Python.h
+++ b/pypy/module/cpyext/include/Python.h
@@ -123,6 +123,7 @@
 #include "sliceobject.h"
 #include "genobject.h"
 #include "datetime.h"
+#include "structseq.h"
 #include "pystate.h"
 #include "fileobject.h"
 #include "pysignals.h"
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to