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, paul.moore, python-dev, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2016-09-14.13:07:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473858477.94.0.494024035056.issue28126@psf.upfronthosting.co.za>
In-reply-to
Content
The Py_MEMCPY name doesn't start by an underscore, and it is not inside the "#ifndef Py_LIMITED_API" block. But it is not documented either. I don't know what is the status of this macro. If this is a part of public API, this change should be documented in the C API section. If it is inner macro, this change shouldn't be mentioned in Misc/NEWS.
History
Date User Action Args
2016-09-14 13:07:57serhiy.storchakasetrecipients: + serhiy.storchaka, paul.moore, vstinner, christian.heimes, tim.golden, python-dev, zach.ware, steve.dower
2016-09-14 13:07:57serhiy.storchakasetmessageid: <1473858477.94.0.494024035056.issue28126@psf.upfronthosting.co.za>
2016-09-14 13:07:57serhiy.storchakalinkissue28126 messages
2016-09-14 13:07:57serhiy.storchakacreate