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日 (2017年4月19日) 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)