Author: Matti Picus <[email protected]> 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_ _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
