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 DeKrain
Recipients DeKrain, steven.daprano
Date 2018-08-29.17:37:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1535564240.55.0.56676864532.issue34543@psf.upfronthosting.co.za>
In-reply-to
Content
(I wrote that I'm importing from _struct just for this issue.)
I've seen that tp_new of PyStructType is set to s_new in Modules/_struct.c.
And that crash is most likely caused by access to uninitialized memory, so it is not guaranteed.
History
Date User Action Args
2018-08-29 17:37:20DeKrainsetrecipients: + DeKrain, steven.daprano
2018-08-29 17:37:20DeKrainsetmessageid: <1535564240.55.0.56676864532.issue34543@psf.upfronthosting.co.za>
2018-08-29 17:37:20DeKrainlinkissue34543 messages
2018-08-29 17:37:20DeKraincreate