[Python-checkins] [python/cpython] fff9a3: bpo-29865: Use PyXXX_GET_SIZE macros rather than P...

GitHub noreply at github.com
Tue Mar 21 02:53:26 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: fff9a31a91283c39c363af219e595eab7d4da6f7
      https://github.com/python/cpython/commit/fff9a31a91283c39c363af219e595eab7d4da6f7
  Author: Serhiy Storchaka <storchaka at gmail.com>
  Date:   2017-03-21 (Tue, 21 Mar 2017)

  Changed paths:
    M Modules/_io/bufferedio.c
    M Modules/_io/bytesio.c
    M Modules/_io/iobase.c
    M Modules/_io/stringio.c
    M Modules/_json.c
    M Modules/_pickle.c
    M Modules/itertoolsmodule.c
    M Objects/call.c
    M Objects/descrobject.c
    M Objects/memoryobject.c
    M Objects/typeobject.c
    M Objects/unicodeobject.c
    M Python/ast.c

  Log Message:
  -----------
  bpo-29865: Use PyXXX_GET_SIZE macros rather than Py_SIZE for concrete types. (#748)




More information about the Python-checkins mailing list