8000
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 ad35337 commit e5911f0Copy full SHA for e5911f0
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