[issue29943] PySlice_GetIndicesEx change broke ABI in 3.5 and 3.6 branches

Serhiy Storchaka report at bugs.python.org
Sat Apr 8 05:36:31 EDT 2017


Serhiy Storchaka added the comment:

PR 1049 and PR 1050 restore ABI compatibility in 3.5 and 2.7. Unfortunately this restores the original bug with using PySlice_GetIndicesEx in third-party code (but CPython core and standard extensions no longer use PySlice_GetIndicesEx).

Can we consider 3.6.0 rather than 3.6.1 as broken release?

----------
components: +Interpreter Core
stage:  -> patch review
type:  -> behavior

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29943>
_______________________________________


More information about the Python-bugs-list mailing list