]> granicus.if.org Git - python/commit
has_finalizer(): simplified "if (complicated_bool) 1 else 0" to
authorTim Peters <tim.peters@gmail.com>
Thu, 1 Nov 2001 19:35:45 +0000 (19:35 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 1 Nov 2001 19:35:45 +0000 (19:35 +0000)
commitdb8656118a1ea669985003a8f47b3d59e5b01618
tree1cc16714afb4943b34370313cb4c30de1a31296f
parent49cc01e552e13ab51054c44df3e54655dbb1b5df
has_finalizer():  simplified "if (complicated_bool) 1 else 0" to
"complicated_bool".
Modules/gcmodule.c