]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
eval_code2(): In the extended calling syntax opcodes, you must check
authorBarry Warsaw <barry@python.org>
Wed, 29 Mar 2000 18:30:03 +0000 (18:30 +0000)
committerBarry Warsaw <barry@python.org>
Wed, 29 Mar 2000 18:30:03 +0000 (18:30 +0000)
commit4961ef70862c62accdcd9870407eda5908839034
treec6b6600f1eda9f4023482e195cf1512ccc92011d
parent918429b3b286645884d222b48eea8d7cf8fa7556
eval_code2(): In the extended calling syntax opcodes, you must check
the return value of PySequence_Length().  If an exception occurred,
the returned length will be -1.  Make sure this doesn't get obscurred,
and that the bogus length isn't used.
Python/ceval.c