diff options
author | Barry Warsaw <barry@python.org> | 2000-08-18 05:00:03 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2000-08-18 05:00:03 (GMT) |
commit | 67c1a04bbbad20a6a66aa32d35fe41baf2660a51 (patch) | |
tree | 4b019a84cab7011ecd1759be8a9cdee7959ea33e /Objects/object.c | |
parent | dc55d715bbe23ccda3942da667211ff796f31ed2 (diff) | |
download | cpython-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