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 meador.inge
Recipients mark.dickinson, martin.panter, meador.inge, skrah
Date 2016-05-10.00:56:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462841785.48.0.792847025797.issue26746@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not to crazy about the trailing padding syntax either.  The behavior is documented all the way back to Python 2.6.  So, I would be hesitant to change it now.

If the new 'T{...}' struct syntax from issue3132 ever gets added, then maybe we could address this there?

FWIW, internal and trailing padding is implementation defined by the C standard.  That being said, most compilers I have worked with add the trailing padding.
History
Date User Action Args
2016-05-10 00:56:25meador.ingesetrecipients: + meador.inge, mark.dickinson, skrah, martin.panter
2016-05-10 00:56:25meador.ingesetmessageid: <1462841785.48.0.792847025797.issue26746@psf.upfronthosting.co.za>
2016-05-10 00:56:25meador.ingelinkissue26746 messages
2016-05-10 00:56:24meador.ingecreate