Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1335)

Unified Diff: Include/Python.h

Issue 33084: [issue1580] Use shorter float repr when possible (Closed) Base URL: http://svn.python.org/view/*checkout*/python/branches/py3k/
Patch Set: Include fallback code; fixed SSE2 detection Created 14 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Doc/license.rst ('k') | Include/bytesobject.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Include/Python.h
===================================================================
--- Include/Python.h (revision 71648)
+++ Include/Python.h (working copy)
@@ -118,6 +118,7 @@
#include "pystrtod.h"
#include "pystrcmp.h"
+#include "dtoa.h"
/* _Py_Mangle is defined in compile.c */
PyAPI_FUNC(PyObject*) _Py_Mangle(PyObject *p, PyObject *name);
« no previous file with comments | « Doc/license.rst ('k') | Include/bytesobject.h » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b