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 erlendaasland, petr.viktorin, rhettinger, shihai1991
Date 2021-10-12.12:05:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634040330.96.0.164921812874.issue45113@roundup.psfhosted.org>
In-reply-to
Content
Oh! I assumed this bug wasn't resolved, but it is -- in bpo-34784. Sorry, I should have checked!

The only thing the proposed PR adds is a way to set ht_module, which actually isn't very useful (it's used for module state access, but PyStructSequence_Desc doesn't allow you to add custom methods or anything else that would need the module state).

I'd close this bpo as duplicate. And close the PR -- it's well done, but unfortunately, solves the wrong problem :(
History
Date User Action Args
2021-10-12 12:05:30petr.viktorinsetrecipients: + petr.viktorin, rhettinger, shihai1991, erlendaasland
2021-10-12 12:05:30petr.viktorinsetmessageid: <1634040330.96.0.164921812874.issue45113@roundup.psfhosted.org>
2021-10-12 12:05:30petr.viktorinlinkissue45113 messages
2021-10-12 12:05:30petr.viktorincreate