mirror of
https://github.com/python/cpython.git
synced 2025-07-19 17:25:54 +00:00
bpo-45094: Add Py_NO_INLINE macro (GH-28140)
* Rename _Py_NO_INLINE macro to Py_NO_INLINE: make it public and document it. * Sort macros in the C API documentation.
This commit is contained in:
parent
be9de8721d
commit
7974c30b9f
8 changed files with 87 additions and 76 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue