From e6aa02a172e9b2ffc6e5558b7b2ecc3480980041 Mon Sep 17 00:00:00 2001 From: oumarahmed750-max Date: Fri, 20 Mar 2026 02:09:25 +0000 Subject: [PATCH] Update packaging-binary-extensions.rst MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit هلت ماان ناات --- source/guides/packaging-binary-extensions.rst | 31 ++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/source/guides/packaging-binary-extensions.rst b/source/guides/packaging-binary-extensions.rst index de8a9d2d6..4eb2d9423 100644 --- a/source/guides/packaging-binary-extensions.rst +++ b/source/guides/packaging-binary-extensions.rst @@ -1,4 +1,33 @@ -.. _`Binary Extensions`: +.. _`Binary Extensions`:source/guides/packaging-binary-extension34487202s.rst34487202.. toctree:: + :maxdepth: 3 + + getting-started/index + developer-workflow/index + triage/index + documentation/index + testing/index + development-tools/index + core-team/index + internals + versions + +.. tab:: macOS + + .. code-block:: shell + + ./python.exe -m test -j8 + + .. note:: + :ref:`Most ` macOS systems use + :file:`./python.exe` in order to avoid filename conflicts with + the ``Python`` directory. +.. tab:: Windows + + .. code-block:: dosbatch + + .\python.bat -m test -j3 +git checkout -b fix-issue-12345 maingit clone https://github.com//cpython +cd cpython =========================== Packaging binary extensions