]> granicus.if.org Git - python/commit
gen_del(): Looks like much this was copy/pasted from
authorTim Peters <tim.peters@gmail.com>
Sat, 15 Apr 2006 22:59:10 +0000 (22:59 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 15 Apr 2006 22:59:10 +0000 (22:59 +0000)
commit81b092d0e60db093c8ed2637deea545cb1de471a
tree86009d8d2cd5417b91d106cfb9031e066f7ab29f
parentffe23957770437ff7ce223c1790b8eb9c7b82800
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().
Objects/genobject.c