[Python-checkins] [python/cpython] 49a905: [3.5] bpo-29943: Do not replace the function PySli...

GitHub noreply at github.com
Sun Apr 16 05:03:53 EDT 2017


  Branch: refs/heads/3.5
  Home:   https://github.com/python/cpython
  Commit: 49a905958ffc2fcd5d1d1a293ae453d45deeb884
      https://github.com/python/cpython/commit/49a905958ffc2fcd5d1d1a293ae453d45deeb884
  Author: Serhiy Storchaka <storchaka at gmail.com>
  Date:   2017-04-16 (Sun, 16 Apr 2017)

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

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

if Py_LIMITED_API is not defined.




More information about the Python-checkins mailing list