diff options
author | Barry Warsaw <barry@python.org> | 2000-03-29 18:30:03 +0000 |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2000-03-29 18:30:03 +0000 |
commit | 4961ef70862c62accdcd9870407eda5908839034 (patch) | |
tree | c6b6600f1eda9f4023482e195cf1512ccc92011d /Python/sysmodule.c | |
parent | 918429b3b286645884d222b48eea8d7cf8fa7556 (diff) | |
download | cpython-git-4961ef70862c62accdcd9870407eda5908839034.tar.gz |
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.
Diffstat (limited to 'Python/sysmodule.c')
0 files changed, 0 insertions, 0 deletions