commit | 81b092d0e60db093c8ed2637deea545cb1de471a | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Sat Apr 15 22:59:10 2006 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Sat Apr 15 22:59:10 2006 +0000 |
tree | 86009d8d2cd5417b91d106cfb9031e066f7ab29f | |
parent | ffe23957770437ff7ce223c1790b8eb9c7b82800 [diff] |
gen_del(): Looks like much this was copy/pasted from slot_tp_del(), but while the latter had to cater to types that don't participate in GC, we know that generators do. That allows strengthing an assert().