]> granicus.if.org Git - python/commit
Remove unused variable from gcmodule.c. The code no longer tests for the
authorKristján Valur Jónsson <kristjan@ccpgames.com>
Sun, 8 Apr 2012 13:56:25 +0000 (13:56 +0000)
committerKristján Valur Jónsson <kristjan@ccpgames.com>
Sun, 8 Apr 2012 13:56:25 +0000 (13:56 +0000)
commite6385138567a9e5cb21a89405da05c20f1617feb
tree4f7577977da069ca9c0bbaa9cf05c33dc05269bc
parent452806c8e30c8ef5bfbbb7a7f046a4a2cd9e443e
Remove unused variable from gcmodule.c.  The code no longer tests for the
presence of a __del__ attribute on objects, rather it uses the tp_del slot.
Modules/gcmodule.c