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.
2 parents ad35337 + e5911f0 commit 4fdf581Copy full SHA for 4fdf581
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