Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c5a338 commit e07b78cCopy full SHA for e07b78c
1 file changed
README.rst
@@ -312,6 +312,13 @@ Links
312
also `2to3c: an implementation of Python's 2to3 for C code
313
<https://dmalcolm.livejournal.com/3935.html>`_ article (2009).
314
315
+* numpy has its own compatibility layer, ``npy_pycompat.h`` and
316
+ ``npy_3kcompat.h`` header files. It supports more C compilers than
317
+ pythoncapi_compat.h: it supports ``__STRICT_ANSI__`` (ISO C90) for example.
318
+ Reject `PR 18713: MAINT: Use pythoncapi_compat.h in npy_3kcompat.h
319
+ <https://github.com/numpy/numpy/pull/18713>`_ (when it was rejected, numpy
320
+ still had code for compatibility with Python 2.7).
321
+
322
323
Changelog
324
=========
0 commit comments