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 7c2a3c4 commit 1cbf7bfCopy full SHA for 1cbf7bf
doc/devel/contributing.rst
@@ -343,6 +343,11 @@ C/C++ extensions
343
docstrings, and the Numpydoc format is well understood in the
344
scientific Python community.
345
346
+* C/C++ code in the :file:`extern/` directory is vendored, and should be kept
347
+ close to upstream whenever possible. It can be modified to fix bugs or
348
+ implement new features only if the required changes cannot be made elsewhere
349
+ in the codebase. In particular, avoid making style fixes to it.
350
+
351
.. _keyword-argument-processing:
352
353
Keyword argument processing
0 commit comments