]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
New comments. Rewrote has_finalizer() as a sequence of ifs instead of
authorTim Peters <tim.peters@gmail.com>
Sat, 5 Apr 2003 17:35:54 +0000 (17:35 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 5 Apr 2003 17:35:54 +0000 (17:35 +0000)
commit86b993b6cfffa6fee144054d30fd94d02a3717cb
tree73d09eae152995dede57ef56aa4eb84e830a440c
parent93ad66dea9814b6ad59710171227d84c78bbb4b9
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.
Modules/gcmodule.c