https://github.com/python/cpython/commit/448f259be0714c780c1040eac866fdb53db6ea14 commit: 448f259be0714c780c1040eac866fdb53db6ea14 branch: 3.13 author: Bhuvansh <[email protected]> committer: StanFromIreland <[email protected]> date: 2026-08-16T21:49:08+01:00 summary:
[3.13] gh-154753: Update references a moved file in the docs (GH-155553) (#155809) files: M Doc/extending/extending.rst diff --git a/Doc/extending/extending.rst b/Doc/extending/extending.rst index 23e0064c6c93609..6518e20cafbc9e7 100644 --- a/Doc/extending/extending.rst +++ b/Doc/extending/extending.rst @@ -1405,7 +1405,7 @@ Finally it should be mentioned that Capsules offer additional functionality, which is especially useful for memory allocation and deallocation of the pointer stored in a Capsule. The details are described in the Python/C API Reference Manual in the section :ref:`capsules` and in the implementation of Capsules (files -:file:`Include/pycapsule.h` and :file:`Objects/pycapsule.c` in the Python source +:file:`Include/pycapsule.h` and :file:`Objects/capsule.c` in the Python source code distribution). .. rubric:: Footnotes _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
