summaryrefslogtreecommitdiffstats
path: root/Objects/object.c
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2000-08-18 05:00:03 (GMT)
committerBarry Warsaw <barry@python.org>2000-08-18 05:00:03 (GMT)
commit67c1a04bbbad20a6a66aa32d35fe41baf2660a51 (patch)
tree4b019a84cab7011ecd1759be8a9cdee7959ea33e /Objects/object.c
parentdc55d715bbe23ccda3942da667211ff796f31ed2 (diff)
downloadcpython-67c1a04bbbad20a6a66aa32d35fe41baf2660a51.zip
cpython-67c1a04bbbad20a6a66aa32d35fe41baf2660a51.tar.gz
cpython-67c1a04bbbad20a6a66aa32d35fe41baf2660a51.tar.bz2
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.
Diffstat (limited to 'Objects/object.c')
0 files changed, 0 insertions, 0 deletions