mirror of
https://github.com/python/cpython.git
synced 2026-05-06 12:49:07 -04:00
bpo-35134: Add Include/cpython/floatobject.h (GH-28957)
Split Include/floatobject.h into sub-files: add Include/cpython/floatobject.h and Include/internal/pycore_floatobject.h.
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
unicode_format.h -- implementation of str.format().
|
||||
*/
|
||||
|
||||
#include "pycore_floatobject.h" // _PyFloat_FormatAdvancedWriter()
|
||||
|
||||
/************************************************************************/
|
||||
/*********** Global data structures and forward declarations *********/
|
||||
/************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user