mirror of
https://github.com/python/cpython.git
synced 2025-11-24 20:30:18 +00:00
gh-85283: Build _uuid extension with limited C API (#111010)
This commit is contained in:
parent
c58c63fdf6
commit
73a003f646
3 changed files with 7 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
The ``errno``, ``md5``, ``resource``, ``winsound``, ``_ctypes_test``,
|
||||
``_scproxy``, ``_stat`` and ``_testimportmultiple`` C extensions are now built
|
||||
with the :ref:`limited C API <limited-c-api>`.
|
||||
``_scproxy``, ``_stat``, ``_testimportmultiple`` and ``_uuid`` C extensions are
|
||||
now built with the :ref:`limited C API <limited-c-api>`.
|
||||
Patch by Victor Stinner.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue