commit | 86b993b6cfffa6fee144054d30fd94d02a3717cb | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Sat Apr 05 17:35:54 2003 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Sat Apr 05 17:35:54 2003 +0000 |
tree | 73d09eae152995dede57ef56aa4eb84e830a440c | |
parent | 93ad66dea9814b6ad59710171227d84c78bbb4b9 [diff] |
New comments. Rewrote has_finalizer() as a sequence of ifs instead of squashed-together conditional operators; makes it much easier to step thru in the debugger, and to set a breakpoint on the only dangerous path.