[pypy-commit] pypy default: Update includes README to mention new generated files, and the cpyext parse directory.

stefanor pypy.commits at gmail.com
Tue May 2 14:02:43 EDT 2017


Author: Stefano Rivera <stefano at rivera.za.net>
Branch: 
Changeset: r91170:54dc01ff643b
Date: 2017-05-02 11:00 -0700
http://bitbucket.org/pypy/pypy/changeset/54dc01ff643b/

Log:	Update includes README to mention new generated files, and the
	cpyext parse directory.

	Brought to attention by issue #2550.

diff --git a/include/README b/include/README
--- a/include/README
+++ b/include/README
@@ -1,7 +1,11 @@
 This directory contains all the include files needed to build cpython
 extensions with PyPy.  Note that these are just copies of the original headers
-that are in pypy/module/cpyext/include: they are automatically copied from
-there during translation.
+that are in pypy/module/cpyext/{include,parse}: they are automatically copied
+from there during translation.
 
-Moreover, pypy_decl.h and pypy_macros.h are automatically generated, also
-during translation.
+Moreover, some pypy-specific files are automatically generated, also during
+translation. Currently they are:
+* pypy_decl.h
+* pypy_macros.h
+* pypy_numpy.h
+* pypy_structmember_decl.h


More information about the pypy-commit mailing list