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 eryksun
Recipients Igor Kudrin, christian.heimes, doko, eryksun, mark.dickinson, meador.inge, paul.moore, steve.dower, tim.golden, vinay.sajip, zach.ware
Date 2017-02-15.18:34:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487183654.76.0.689506648662.issue29565@psf.upfronthosting.co.za>
In-reply-to
Content
Our support of passing structs and unions by value is really bad. Passing this particular struct by value is also broken on 64-bit Unix, but instead because it's small. It crashes Python due to an abort(). See issue 22273.
History
Date User Action Args
2017-02-15 18:34:14eryksunsetrecipients: + eryksun, doko, paul.moore, vinay.sajip, mark.dickinson, christian.heimes, tim.golden, meador.inge, zach.ware, steve.dower, Igor Kudrin
2017-02-15 18:34:14eryksunsetmessageid: <1487183654.76.0.689506648662.issue29565@psf.upfronthosting.co.za>
2017-02-15 18:34:14eryksunlinkissue29565 messages
2017-02-15 18:34:14eryksuncreate