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 benjamin.peterson, cgohlke, cstratak, hroncok, larry, ned.deily, njs, serhiy.storchaka, steve.dower
Date 2017-04-16.09:03:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1492333434.02.0.386927718763.issue29943@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 49a905958ffc2fcd5d1d1a293ae453d45deeb884 by Serhiy Storchaka in branch '3.5':
[3.5] bpo-29943: Do not replace the function PySlice_GetIndicesEx() with a macro (#1049)
https://github.com/python/cpython/commit/49a905958ffc2fcd5d1d1a293ae453d45deeb884
History
Date User Action Args
2017-04-16 09:03:54serhiy.storchakasetrecipients: + serhiy.storchaka, larry, benjamin.peterson, ned.deily, njs, cgohlke, steve.dower, cstratak, hroncok
2017-04-16 09:03:54serhiy.storchakasetmessageid: <1492333434.02.0.386927718763.issue29943@psf.upfronthosting.co.za>
2017-04-16 09:03:54serhiy.storchakalinkissue29943 messages
2017-04-16 09:03:53serhiy.storchakacreate