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 shihai1991
Recipients JunyiXie, shihai1991
Date 2021-10-20.16:24:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634747083.85.0.751482109631.issue44532@roundup.psfhosted.org>
In-reply-to
Content
> In _PyStructSequence_InitType, it will check type is initialized.
  It's a internal C API :)

> when type already been initialized, should return 0 rather than throw exception.
  The another solution is to check the type status before calling _PyStructSequence_InitType().
History
Date User Action Args
2021-10-20 16:24:44shihai1991setrecipients: + shihai1991, JunyiXie
2021-10-20 16:24:43shihai1991setmessageid: <1634747083.85.0.751482109631.issue44532@roundup.psfhosted.org>
2021-10-20 16:24:43shihai1991linkissue44532 messages
2021-10-20 16:24:43shihai1991create