Jonathan Helmus added the comment:

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?

----------
nosy: +Jonathan Helmus

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29943>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to