Skip to content

Commit 1cbf7bf

Browse files
committed
Discourage making style changes to extern/.
1 parent 7c2a3c4 commit 1cbf7bf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/devel/contributing.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,11 @@ C/C++ extensions
343343
docstrings, and the Numpydoc format is well understood in the
344344
scientific Python community.
345345

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+
346351
.. _keyword-argument-processing:
347352

348353
Keyword argument processing

0 commit comments

Comments
 (0)