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 f8b870f commit 1ade664Copy full SHA for 1ade664
developer-workflow/c-api.rst
@@ -122,6 +122,11 @@ To add a new set of tests (or extract a set out of the monolithic
122
- Call the ``_PyTestCapi_Init_*`` from ``PyInit__testcapi`` in
123
``Modules/_testcapimodule.c``.
124
125
+- Add the new C file to :cpy-file:`Modules/Setup.stdlib.in`,
126
+ :cpy-file:`PCbuild/_testcapi.vcxproj` and
127
+ :cpy-file:`PCbuild/_testcapi.vcxproj.filters`,
128
+ alongside the other ``_testcapi/*.c`` entries.
129
+
130
Note that all ``Modules/_testcapi/*.c`` sources initialize the same module,
131
so be careful about name collisions.
132
0 commit comments