mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
[3.13] GH-109975: Copyedit 3.13 What's New: C API (GH-124313) (#124334)
* [3.13] GH-109975: Copyedit 3.13 What's New: C API (GH-124313)
(cherry picked from commit 9d0a75269c
)
* gh-118915: Add/fix docs entries for some new 3.13 C API (GH-124134)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: Petr Viktorin <encukou@gmail.com>
This commit is contained in:
parent
af8e77e245
commit
86f30dd539
5 changed files with 502 additions and 366 deletions
|
@ -141,6 +141,7 @@ nitpick_ignore = [
|
|||
('c:type', 'size_t'),
|
||||
('c:type', 'ssize_t'),
|
||||
('c:type', 'time_t'),
|
||||
('c:type', 'uint8_t'),
|
||||
('c:type', 'uint64_t'),
|
||||
('c:type', 'uintmax_t'),
|
||||
('c:type', 'uintptr_t'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue