]> granicus.if.org Git - python/commit
gen_getattr: make the gi_running and gi_frame members discoverable (but
authorTim Peters <tim.peters@gmail.com>
Tue, 26 Jun 2001 22:24:51 +0000 (22:24 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 26 Jun 2001 22:24:51 +0000 (22:24 +0000)
commite77f2e27987f99683b809981cb1230bfc566e7b7
tree230797934676a25a1a61760a09a0b321348b586b
parent0ba70cc3c893f70cc9deb09447277539d7625403
gen_getattr:  make the gi_running and gi_frame members discoverable (but
not writable -- too dangerous!) from Python code.
Lib/test/test_generators.py
Python/ceval.c