mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
GH-115802: JIT "small" code for Windows (GH-115964)
This commit is contained in:
parent
45d8871dc4
commit
f0df35eeca
26 changed files with 129 additions and 96 deletions
|
|
@ -34,7 +34,7 @@ struct _Py_float_runtime_state {
|
|||
|
||||
|
||||
|
||||
void _PyFloat_ExactDealloc(PyObject *op);
|
||||
PyAPI_FUNC(void) _PyFloat_ExactDealloc(PyObject *op);
|
||||
|
||||
|
||||
extern void _PyFloat_DebugMallocStats(FILE* out);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue