[Python-checkins] [python/cpython] 64aa4d: [2.7] bpo-30061: Check if PyObject_Size()/PySequen...

GitHub noreply at github.com
Wed Apr 19 15:35:00 EDT 2017


  Branch: refs/heads/2.7
  Home:   https://github.com/python/cpython
  Commit: 64aa4df8502ca5d0a8ffb767ff97f625625c758c
      https://github.com/python/cpython/commit/64aa4df8502ca5d0a8ffb767ff97f625625c758c
  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/cjkcodecs/multibytecodec.c
    M Modules/posixmodule.c

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

raised an error.

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




More information about the Python-checkins mailing list