mirror of
https://github.com/python/cpython.git
synced 2025-08-02 08:02:56 +00:00
Remove now unused IntOrLongToString type
This commit is contained in:
parent
25a02d403c
commit
2d6266d5f1
1 changed files with 0 additions and 3 deletions
|
@ -802,9 +802,6 @@ done:
|
||||||
/*********** long formatting ********************************************/
|
/*********** long formatting ********************************************/
|
||||||
/************************************************************************/
|
/************************************************************************/
|
||||||
|
|
||||||
typedef PyObject*
|
|
||||||
(*IntOrLongToString)(PyObject *value, int base);
|
|
||||||
|
|
||||||
static int
|
static int
|
||||||
format_long_internal(PyObject *value, const InternalFormatSpec *format,
|
format_long_internal(PyObject *value, const InternalFormatSpec *format,
|
||||||
_PyUnicodeWriter *writer)
|
_PyUnicodeWriter *writer)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue