]> granicus.if.org Git - python/commit
Issue #27460: Unified error messages in bytes constructor for integers
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 6 Jul 2016 18:39:44 +0000 (21:39 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 6 Jul 2016 18:39:44 +0000 (21:39 +0300)
commitf54d7811c3c7a204d7380cdda4fe503bc01b05fd
treea2fbf690880523138d9da34e88902d31003ee82c
parent0122ae9ac83afcad234aac80f77f90afabe342ea
Issue #27460: Unified error messages in bytes constructor for integers
in and out of the Py_ssize_t range.  Patch by Xiang Zhang.
Objects/bytesobject.c