diff options
Diffstat (limited to 'Python')
-rw-r--r-- | Python/marshal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/marshal.c b/Python/marshal.c index 60b818f..346384e 100644 --- a/Python/marshal.c +++ b/Python/marshal.c @@ -891,7 +891,7 @@ r_float_bin(RFILE *p) /* Issue #33720: Disable inlining for reducing the C stack consumption on PGO builds. */ -_Py_NO_INLINE static double +Py_NO_INLINE static double r_float_str(RFILE *p) { int n; |