[Python-checkins] [python/cpython] f43b29: [3.6] bpo-29943: Do not replace the function PySli...

GitHub noreply at github.com
Thu May 25 08:32:10 EDT 2017


  Branch: refs/heads/3.6
  Home:   https://github.com/python/cpython
  Commit: f43b293f2fee91578e28c7aa566510a0cd6e33cb
      https://github.com/python/cpython/commit/f43b293f2fee91578e28c7aa566510a0cd6e33cb
  Author: Serhiy Storchaka <storchaka at gmail.com>
  Date:   2017-05-25 (Thu, 25 May 2017)

  Changed paths:
    M Include/sliceobject.h
    M Misc/NEWS

  Log Message:
  -----------
  [3.6] bpo-29943: Do not replace the function PySlice_GetIndicesEx() with a macro (GH-1049) (#1813)

if Py_LIMITED_API is not defined.
(cherry picked from commit 49a9059)




More information about the Python-checkins mailing list