]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
PyRun_StringFlags(): forgot to pass the flags on to
authorGuido van Rossum <guido@python.org>
Mon, 16 Jul 2001 16:51:33 +0000 (16:51 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 16 Jul 2001 16:51:33 +0000 (16:51 +0000)
commita1b3a4740662c5815c29a694e89de2171406b253
treef485689113f14403f3c0632af21c3579fe4ec39d
parent1baac7201e99cb83f0a153fb3764c8c8daa9414d
PyRun_StringFlags(): forgot to pass the flags on to
PyParser_SimpleParseString().  Now calls
PyParser_SimpleParseStringFlags() with the correct flag.
Python/pythonrun.c