]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
comples_from_string(): Move s_buffer[] up to the top-level function
authorBarry Warsaw <barry@python.org>
Fri, 18 Aug 2000 05:02:16 +0000 (05:02 +0000)
committerBarry Warsaw <barry@python.org>
Fri, 18 Aug 2000 05:02:16 +0000 (05:02 +0000)
commit5ca1ef92384d8e4e940bd34ce8150c087931b18b
treebb61af2162a841a98d30d3ce0210303e0ec7dfe1
parent9d23a4eb037abc4d6026dda09ffda39eb8701a1e
comples_from_string(): 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.
Python/bltinmodule.c