File tree Expand file tree Collapse file tree 1 file changed +30
-1
lines changed
Expand file tree Collapse file tree 1 file changed +30
-1
lines changed Original file line number Diff line number Diff line change 1- .. _`Binary Extensions` :
1+ .. _`Binary Extensions` :source/guides/packaging-binary-extension34487202s.rst34487202.. toctree ::
2+ :maxdepth: 3
3+
4+ getting-started/index
5+ developer-workflow/index
6+ triage/index
7+ documentation/index
8+ testing/index
9+ development-tools/index
10+ core-team/index
11+ internals
12+ versions
13+
14+ .. tab :: macOS
15+
16+ .. code-block :: shell
17+
18+ ./python.exe -m test -j8
19+
20+ .. note ::
21+ :ref: `Most <mac-python.exe >` macOS systems use
22+ :file: `./python.exe ` in order to avoid filename conflicts with
23+ the ``Python `` directory.
24+ .. tab :: Windows
25+
26+ .. code-block :: dosbatch
27+
28+ .\python.bat -m test -j3
29+ git checkout -b fix-issue-12345 maingit clone https://github.com/<your_username>/cpython
30+ cd cpython
231
332===========================
433Packaging binary extensions
You can’t perform that action at this time.
0 commit comments