]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
The changes to ternary_op could cause a core dump. Fix this, and
authorGuido van Rossum <guido@python.org>
Sat, 29 Sep 2001 01:05:03 +0000 (01:05 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 29 Sep 2001 01:05:03 +0000 (01:05 +0000)
commit84675acb49071977741a97d56c21967fbc520948
treefa1cc33550906feaa6f5119b0f3a8297342577fc
parentbb29b9c952a36303bd550eb2b2e79a416ceac6ad
The changes to ternary_op could cause a core dump.  Fix this, and
rewrite the code a bit to avoid calling the same slot more than once.
Objects/abstract.c