Message 392169 - Python tracker (original) (raw)

Message392169

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:21 serhiy.storchaka set recipients: + serhiy.storchaka, vstinner, christian.heimes, pablogsal, erlendaasland, shreyanavigyan
2021-04-28 07:19:21 serhiy.storchaka set messageid: 1619594361.52.0.0406991103117.issue43916@roundup.psfhosted.org
2021-04-28 07:19:21 serhiy.storchaka link issue43916 messages
2021-04-28 07:19:21 serhiy.storchaka create