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 Giacomo Mazzamuto
Recipients Giacomo Mazzamuto, karczex, pablogsal
Date 2020-01-12.20:04:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1578859489.08.0.320928300954.issue39276@roundup.psfhosted.org>
In-reply-to
Content
Hello,

the segmentation fault is also resolved by finalizing the initialization of InternalType by calling PyType_Ready(&InternalType), just like you do with ExternalType
History
Date User Action Args
2020-01-12 20:04:49Giacomo Mazzamutosetrecipients: + Giacomo Mazzamuto, pablogsal, karczex
2020-01-12 20:04:49Giacomo Mazzamutosetmessageid: <1578859489.08.0.320928300954.issue39276@roundup.psfhosted.org>
2020-01-12 20:04:49Giacomo Mazzamutolinkissue39276 messages
2020-01-12 20:04:48Giacomo Mazzamutocreate