Searched defs:PyOS_ascii_formatd (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
H A Dtest_ascii_formatd.py0 # PyOS_ascii_formatd is deprecated and not called from anywhere in
12 PyOS_ascii_formatd = pythonapi.PyOS_ascii_formatd variable
20 with check_warnings(('PyOS_ascii_formatd is deprecated',
22 PyOS_ascii_formatd(byref(buf), sizeof(buf), '%+.10f',
29 # %-formatting returns the same values os PyOS_ascii_formatd
46 with check_warnings(('PyOS_ascii_formatd is deprecated',
49 PyOS_ascii_formatd(byref(buf), sizeof(buf), format,
/external/python/cpython2/Python/
H A Dpystrtod.c621 * PyOS_ascii_formatd:
720 PyOS_ascii_formatd(char *buffer, function
726 "PyOS_ascii_formatd is deprecated, "

Completed in 1160 milliseconds