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 pablogsal
Recipients pablogsal, serhiy.storchaka, vstinner
Date 2021-04-22.21:32:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619127154.38.0.604206826872.issue43916@roundup.psfhosted.org>
In-reply-to
Content
Serhiy's comment for reference:

Static type with tp_new = NULL does not have public constructor, but heap type inherits constructor from base class. As result, it allows to create instances without proper initialization, that can lead to crash. It was fixed for few standard heap types in issue23815, then reintroduced, then fixed again in issue42694. But it should be checked for every type without constructor.
History
Date User Action Args
2021-04-22 21:32:34pablogsalsetrecipients: + pablogsal, vstinner, serhiy.storchaka
2021-04-22 21:32:34pablogsalsetmessageid: <1619127154.38.0.604206826872.issue43916@roundup.psfhosted.org>
2021-04-22 21:32:34pablogsallinkissue43916 messages
2021-04-22 21:32:34pablogsalcreate