gh-109599: Expose CapsuleType via the _types module (#131969)

This commit is contained in:
Adam Turner 2025-04-04 23:37:41 +01:00 committed by GitHub
parent 7473c600a5
commit 231a50fa9a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 82 additions and 12 deletions

View file

@ -94,6 +94,7 @@ static const char* _Py_stdlib_module_names[] = {
"_tkinter",
"_tokenize",
"_tracemalloc",
"_types",
"_typing",
"_uuid",
"_warnings",