mirror of
https://github.com/python/cpython.git
synced 2025-08-22 17:55:18 +00: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:
parent
79cf20e48d
commit
0a883a76cd
14 changed files with 123 additions and 79 deletions
|
@ -11,6 +11,7 @@
|
|||
#include "Python.h"
|
||||
#include "pycore_call.h" // _PyObject_CallNoArgs()
|
||||
#include "pycore_code.h" // _PyCode_New()
|
||||
#include "pycore_floatobject.h" // _PyFloat_Pack8()
|
||||
#include "pycore_hashtable.h" // _Py_hashtable_t
|
||||
#include "longintrepr.h"
|
||||
#include "code.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue