[pypy-commit] pypy default: document how the file works

mattip noreply at buildbot.pypy.org
Mon Oct 14 05:00:59 CEST 2013


Author: Matti Picus <matti.picus at gmail.com>
Branch: 
Changeset: r67348:61192c252609
Date: 2013-10-13 02:06 +0300
http://bitbucket.org/pypy/pypy/changeset/61192c252609/

Log:	document how the file works

diff --git a/pypy/module/cpyext/include/numpy/npy_3kcompat.h b/pypy/module/cpyext/include/numpy/npy_3kcompat.h
--- a/pypy/module/cpyext/include/numpy/npy_3kcompat.h
+++ b/pypy/module/cpyext/include/numpy/npy_3kcompat.h
@@ -3,6 +3,8 @@
  * for supporting Python 2 and Python 3 in the same code base.
  *
  * PyPy uses it as a convenient place to add compatability declarations
+ * It will be copied by numpy/core/setup.py by install_data to
+ * site-packages/numpy/core/includes/numpy 
  */
 
 #ifndef _NPY_3KCOMPAT_H_


More information about the pypy-commit mailing list