Merge 64438: hex/oct/bin can show floats exactly.
diff --git a/Include/floatobject.h b/Include/floatobject.h
index 650d544..ac510dc 100644
--- a/Include/floatobject.h
+++ b/Include/floatobject.h
@@ -111,6 +111,8 @@
 					       Py_UNICODE *format_spec,
 					       Py_ssize_t format_spec_len);
 
+PyAPI_FUNC(PyObject *) _float_to_base(PyObject *v, int base);
+
 #ifdef __cplusplus
 }
 #endif