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 jhelmus
Recipients benjamin.peterson, cgohlke, cstratak, hroncok, jhelmus, larry, mark.dickinson, ned.deily, njs, serhiy.storchaka, skrah, steve.dower
Date 2017-05-10.16:41:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494434498.99.0.482157632194.issue29943@psf.upfronthosting.co.za>
In-reply-to
Content
In Anaconda we ship both Python 3.6.0 and 3.6.1 and have run into this issue when building packages with 3.6.1 and importing them on 3.6.0.  We are discussing adding #undef PySlice_GetIndicesEx to the Python.h we ship with Python 3.6.1.  From the discussion here this seems like a possible solution but we are worried about ABI compatibility with future releases in the 3.6 branch.  Is there a consensus on how this will be addressed in 3.6.2?
History
Date User Action Args
2017-05-10 16:41:39jhelmussetrecipients: + jhelmus, mark.dickinson, larry, benjamin.peterson, ned.deily, njs, cgohlke, skrah, serhiy.storchaka, steve.dower, cstratak, hroncok
2017-05-10 16:41:38jhelmussetmessageid: <1494434498.99.0.482157632194.issue29943@psf.upfronthosting.co.za>
2017-05-10 16:41:38jhelmuslinkissue29943 messages
2017-05-10 16:41:38jhelmuscreate