This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients gvanrossum, methane, pitrou, scoder, serhiy.storchaka
Date 2018-01-03.17:41:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1515001273.02.0.467229070634.issue32346@psf.upfronthosting.co.za>
In-reply-to
Content
What exactly is tp_cache? Apparently it was added by Guido in https://github.com/python/cpython/commit/687ae00460da9cac04eb1ba8f6f5ab4db25fbfc2 but never used (at least officially).

commit 687ae00460da9cac04eb1ba8f6f5ab4db25fbfc2
Author: Guido van Rossum <guido@python.org>
Date:   Mon Oct 15 22:03:32 2001 +0000

    Get rid of __defined__ and tp_defined -- there's no need to
    distinguish __dict__ and __defined__ any more.  In the C structure,
    tp_cache takes its place -- but this hasn't been implemented yet.
History
Date User Action Args
2018-01-03 17:41:13pitrousetrecipients: + pitrou, gvanrossum, scoder, methane, serhiy.storchaka
2018-01-03 17:41:13pitrousetmessageid: <1515001273.02.0.467229070634.issue32346@psf.upfronthosting.co.za>
2018-01-03 17:41:12pitroulinkissue32346 messages
2018-01-03 17:41:12pitroucreate