mirror of
https://github.com/python/cpython.git
synced 2025-08-27 20:25:18 +00:00
gh-109599: Expose CapsuleType
via the _types
module (#131969)
This commit is contained in:
parent
7473c600a5
commit
231a50fa9a
10 changed files with 82 additions and 12 deletions
1
Python/stdlib_module_names.h
generated
1
Python/stdlib_module_names.h
generated
|
@ -94,6 +94,7 @@ static const char* _Py_stdlib_module_names[] = {
|
|||
"_tkinter",
|
||||
"_tokenize",
|
||||
"_tracemalloc",
|
||||
"_types",
|
||||
"_typing",
|
||||
"_uuid",
|
||||
"_warnings",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue