SIGN IN SIGN UP

This is Neil's fix for SF bug 535905 (Evil Trashcan and GC interaction).

The fix makes it possible to call PyObject_GC_UnTrack() more than once
on the same object, and then move the PyObject_GC_UnTrack() call to
*before* the trashcan code is invoked.

BUGFIX CANDIDATE!
G
Guido van Rossum committed
ff413af605d7aab610272c5668bc870ebcbf56ef
Parent: 31f8483