/* implements the unicode (as opposed to string) version of the built-in formatters for string, int, float. that is, the versions of int.__float__, etc., that take and return unicode objects */#include "Python.h"#include "../Objects/stringlib/unicodedefs.h"