[Python-checkins] [python/cpython] e63af2: [3.5] bpo-30061: Check if PyObject_Size()/PySequen...

GitHub noreply at github.com
Wed Apr 19 15:09:57 EDT 2017


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

  Changed paths:
    M Lib/test/test_io.py
    M Misc/NEWS
    M Modules/_io/iobase.c
    M Modules/_winapi.c
    M Modules/cjkcodecs/multibytecodec.c
    M Modules/posixmodule.c
    M Objects/setobject.c

  Log Message:
  -----------
  [3.5] bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (GH-1096) (GH-1180) (#1182)

raised an error.

(cherry picked from commit bf623ae8843dc30b28c574bec8d29fc14be59d86)
(cherry picked from commit 680fea4067537a9b9c79aadd44a3a19e83cd2dbf)




More information about the Python-checkins mailing list