[pypy-commit] pypy py3.5: hg merge default

rlamy pypy.commits at gmail.com
Fri Jan 27 11:20:55 EST 2017


Author: Ronan Lamy <ronan.lamy at gmail.com>
Branch: py3.5
Changeset: r89802:e99cc786cb4b
Date: 2017-01-27 16:20 +0000
http://bitbucket.org/pypy/pypy/changeset/e99cc786cb4b/

Log:	hg merge default

diff --git a/pypy/module/cpyext/include/object.h b/pypy/module/cpyext/include/object.h
--- a/pypy/module/cpyext/include/object.h
+++ b/pypy/module/cpyext/include/object.h
@@ -113,8 +113,6 @@
 #define PyBUF_SHADOW 0x400
 /* end Py3k buffer interface */
 
-#include <cpyext_typeobject.h>
-
 /* Flag bits for printing: */
 #define Py_PRINT_RAW    1       /* No string quotes etc. */
 


More information about the pypy-commit mailing list