mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
bpo-40024: Add PyModule_AddType() helper function (GH-19088)
This commit is contained in:
parent
b33e52511a
commit
05e4a296ec
10 changed files with 52 additions and 42 deletions
|
|
@ -0,0 +1 @@
|
|||
Add :c:func:`PyModule_AddType` helper function: add a type to a module. Patch by Dong-hee Na.
|
||||
Loading…
Add table
Add a link
Reference in a new issue