Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add warning for non-core developers and external dependencies
  • Loading branch information
sethmlarson committed Mar 4, 2024
commit b32b691f14434299aa29b054061a139d77dea8f0
7 changes: 7 additions & 0 deletions developer-workflow/sbom.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,13 @@ When removing a dependency:
Updating external dependencies (``cpython-source-deps``)
--------------------------------------------------------

.. note::
Only core developers can push to the ``cpython-source-deps`` repository.
Pull requests are not accepted because the sources must be verified for
integrity. Contributors should create an issue requesting the updated
version and then wait for a core developer to prepare the new version
before proceeding with the next steps below.

Dependencies for Windows CPython builds are `stored in a separate repository
<https://github.com/python/cpython-source-deps>`_ and then fetched during
builds of CPython for Windows in the script :cpy-file:`PCbuild/get_externals.bat`.
Expand Down