[Python-checkins] [python/cpython] ba85d6: bpo-29878: Add global instances of int for 0 and 1...

GitHub noreply at github.com
Thu Mar 30 02:09:43 EDT 2017


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

  Changed paths:
    M Include/longobject.h
    M Modules/_collectionsmodule.c
    M Modules/_ctypes/_ctypes.c
    M Modules/_datetimemodule.c
    M Modules/_functoolsmodule.c
    M Modules/_io/_iomodule.c
    M Modules/_io/_iomodule.h
    M Modules/_io/textio.c
    M Modules/_sre.c
    M Modules/itertoolsmodule.c
    M Objects/complexobject.c
    M Objects/enumobject.c
    M Objects/floatobject.c
    M Objects/longobject.c
    M Objects/rangeobject.c
    M Objects/sliceobject.c
    M Python/_warnings.c
    M Python/compile.c

  Log Message:
  -----------
  bpo-29878: Add global instances of int for 0 and 1. (#852)




More information about the Python-checkins mailing list