mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
gh-108494: Argument Clinic: fix support of Limited C API (GH-108536)
This commit is contained in:
parent
d90973340b
commit
bc5356bb5d
10 changed files with 147 additions and 114 deletions
|
@ -1,4 +1,5 @@
|
|||
#include "Python.h"
|
||||
#include "pycore_tracemalloc.h" // _PyTraceMalloc_IsTracing
|
||||
|
||||
#include "clinic/_tracemalloc.c.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue