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 serhiy.storchaka
Recipients christian.heimes, jcea, mark.dickinson, petriborg, serhiy.storchaka, vstinner
Date 2015-03-27.11:08:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427454512.57.0.7237914709.issue23786@psf.upfronthosting.co.za>
In-reply-to
Content
AFAIK it conforms the C standard and should be portable (but weird compiler bugs or misconfiguration can make it broken).

With Py_MEMCPY() the code is less optimal. Don't add regression on common platforms.
History
Date User Action Args
2015-03-27 11:08:32serhiy.storchakasetrecipients: + serhiy.storchaka, jcea, mark.dickinson, vstinner, christian.heimes, petriborg
2015-03-27 11:08:32serhiy.storchakasetmessageid: <1427454512.57.0.7237914709.issue23786@psf.upfronthosting.co.za>
2015-03-27 11:08:32serhiy.storchakalinkissue23786 messages
2015-03-27 11:08:32serhiy.storchakacreate