]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gen_iternext(): Don't assume that the current thread state's frame is
authorTim Peters <tim.peters@gmail.com>
Sat, 23 Jun 2001 05:47:56 +0000 (05:47 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 23 Jun 2001 05:47:56 +0000 (05:47 +0000)
commit5eb4b87ae62de28b548df8480aa063862e7a02bd
treed05d6a551af76b6cbd8ec0f50021d7dcdb55967e
parent2829f1cf99edb9f6f5f775d6b8ce8bd5b88c6ac9
gen_iternext():  Don't assume that the current thread state's frame is
not NULL.  I don't think it can be NULL from Python code, but if using
generators via the C API I expect a NULL frame is possible.
Python/ceval.c