gh-106320: Add pycore_complexobject.h header file (#106339)
Add internal pycore_complexobject.h header file. Move _Py_c_xxx() functions and _PyComplex_FormatAdvancedWriter() function to this new header file.
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
unicode_format.h -- implementation of str.format().
|
||||
*/
|
||||
|
||||
#include "pycore_complexobject.h" // _PyComplex_FormatAdvancedWriter()
|
||||
#include "pycore_floatobject.h" // _PyFloat_FormatAdvancedWriter()
|
||||
|
||||
/************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user