commit | 5eb4b87ae62de28b548df8480aa063862e7a02bd | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Sat Jun 23 05:47:56 2001 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Sat Jun 23 05:47:56 2001 +0000 |
tree | d05d6a551af76b6cbd8ec0f50021d7dcdb55967e | |
parent | 2829f1cf99edb9f6f5f775d6b8ce8bd5b88c6ac9 [diff] |
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.