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, rhettinger, serhiy.storchaka, stutzbach, vstinner
Date 2017-03-05.16:57:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488733059.79.0.67518437817.issue29638@psf.upfronthosting.co.za>
In-reply-to
Content
I just wonder is there any other negative consequences? inspect.isabstract() returning False for abstract class looks a bug to me.

If you just want to add a workaround in dash_R_cleanup, I think it would be better to generate the list of all abstract classes and add three typing classes to it.

clear_caches() is called before running every test, but ABC caches are cleared not so often.
History
Date User Action Args
2017-03-05 16:57:39serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, rhettinger, vstinner, stutzbach, levkivskyi
2017-03-05 16:57:39serhiy.storchakasetmessageid: <1488733059.79.0.67518437817.issue29638@psf.upfronthosting.co.za>
2017-03-05 16:57:39serhiy.storchakalinkissue29638 messages
2017-03-05 16:57:39serhiy.storchakacreate