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.
2 parents 96d9a59 + e63029c commit 6d22299Copy full SHA for 6d22299
1 file changed
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