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 christian.heimes
Recipients christian.heimes, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2016-09-13.17:44:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473788656.5.0.851457986179.issue28126@psf.upfronthosting.co.za>
In-reply-to
Content
Behold the power of Unix! :)

$ find -name '*.[ch]' | xargs sed -i s/Py_MEMCPY/memcpy/g

Victor, are you fine with the change? I'm going to keep Py_MEMCPY around.
History
Date User Action Args
2016-09-13 17:44:16christian.heimessetrecipients: + christian.heimes, paul.moore, vstinner, tim.golden, zach.ware, steve.dower
2016-09-13 17:44:16christian.heimessetmessageid: <1473788656.5.0.851457986179.issue28126@psf.upfronthosting.co.za>
2016-09-13 17:44:16christian.heimeslinkissue28126 messages
2016-09-13 17:44:16christian.heimescreate