[Python-checkins] [python/cpython] 740025: bpo-29741: Clean up C implementations of BytesIO a...

GitHub noreply at github.com
Fri Mar 10 17:52:03 EST 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 740025478dcd0e9e4028507f32375c85f849fb07
      https://github.com/python/cpython/commit/740025478dcd0e9e4028507f32375c85f849fb07
  Author: orenmn <orenmn at gmail.com>
  Date:   2017-03-11 (Sat, 11 Mar 2017)

  Changed paths:
    M Modules/_io/bytesio.c
    M Modules/_io/clinic/bytesio.c.h
    M Modules/_io/clinic/stringio.c.h
    M Modules/_io/stringio.c

  Log Message:
  -----------
  bpo-29741: Clean up C implementations of BytesIO and StringIO. (#606)

Some BytesIO methods now accept not just int subclasses but other int-like types.




More information about the Python-checkins mailing list