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 christian.heimes, erlendaasland, pablogsal, serhiy.storchaka, shreyanavigyan, vstinner
Date 2021-04-28.07:19:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619594361.52.0.0406991103117.issue43916@roundup.psfhosted.org>
In-reply-to
Content
Is it ok to skip tests if it is too hard to write them.

Tests should be decorated with @cpython_only because other Python implementations can have working constructors for these types. It is an implementation detail that these types are implemented in C and instances are not properly initialized by default.
History
Date User Action Args
2021-04-28 07:19:21serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, christian.heimes, pablogsal, erlendaasland, shreyanavigyan
2021-04-28 07:19:21serhiy.storchakasetmessageid: <1619594361.52.0.0406991103117.issue43916@roundup.psfhosted.org>
2021-04-28 07:19:21serhiy.storchakalinkissue43916 messages
2021-04-28 07:19:21serhiy.storchakacreate