]> granicus.if.org Git - python/commit
PyFloat_FromString(): Move s_buffer[] up to the top-level function
authorBarry Warsaw <barry@python.org>
Fri, 18 Aug 2000 05:00:03 +0000 (05:00 +0000)
committerBarry Warsaw <barry@python.org>
Fri, 18 Aug 2000 05:00:03 +0000 (05:00 +0000)
commit67c1a04bbbad20a6a66aa32d35fe41baf2660a51
tree4b019a84cab7011ecd1759be8a9cdee7959ea33e
parentdc55d715bbe23ccda3942da667211ff796f31ed2
PyFloat_FromString(): Move s_buffer[] up to the top-level function
scope.  Previously, s_buffer[] was defined inside the
PyUnicode_Check() scope, but referred to in the outer scope via
assignment to s.  This quiets an Insure portability warning.
Objects/floatobject.c