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 serhiy.storchaka
Recipients gvanrossum, levkivskyi, serhiy.storchaka
Date 2017-03-05.15:11:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488726672.69.0.509619406437.issue29638@psf.upfronthosting.co.za>
In-reply-to
Content
If there are problems with ABC caches of typing.ChainMap, typing.Counter, and typing.DefaultDict, why not add corresponding clearing methods obj._abc_cache.clear and obj._abc_negative_cache.clear to typing._cleanups ?

Why there are problems only with ABC caches of these three types?
History
Date User Action Args
2017-03-05 15:11:12serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, levkivskyi
2017-03-05 15:11:12serhiy.storchakasetmessageid: <1488726672.69.0.509619406437.issue29638@psf.upfronthosting.co.za>
2017-03-05 15:11:12serhiy.storchakalinkissue29638 messages
2017-03-05 15:11:12serhiy.storchakacreate