SIGN IN SIGN UP

Make sure that tp_free frees the int the same way as tp_dealloc would.

This fixes the problem that Barry reported on python-dev:
   >>> 23000 .__class__ = bool
crashes in the deallocator.  This was because int inherited tp_free
from object, which uses the default allocator.

2.2. Bugfix candidate.
G
Guido van Rossum committed
93646981011b0795329888bf7d2d10097e899432
Parent: cf22c82