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 petr.viktorin
Recipients Wesley-Jzy, iritkatriel, petr.viktorin
Date 2021-07-20.14:43:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1626792237.06.0.450890713812.issue44588@roundup.psfhosted.org>
In-reply-to
Content
Please use Py_TPFLAGS_DEFAULT when creating objects. Do you have a reason to not do it?


The flag Py_TPFLAGS_HAVE_VERSION_TAG is unneeded and Python should not check for it. There's bpo-42747 open for that already; I sent a PR for it.
History
Date User Action Args
2021-07-20 14:43:57petr.viktorinsetrecipients: + petr.viktorin, iritkatriel, Wesley-Jzy
2021-07-20 14:43:57petr.viktorinsetmessageid: <1626792237.06.0.450890713812.issue44588@roundup.psfhosted.org>
2021-07-20 14:43:57petr.viktorinlinkissue44588 messages
2021-07-20 14:43:57petr.viktorincreate