]> granicus.if.org Git - python/commit
Issue #27474: Unified error messages in the __contains__ method of bytes and
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 10 Jul 2016 09:37:30 +0000 (12:37 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 10 Jul 2016 09:37:30 +0000 (12:37 +0300)
commitf9efb8b18b689ff5ef7f12e6124f21532d799516
tree17ae9815406dabe43fd8dc28c0869a1f8038d14b
parent95750b1ca535a9883d483ee82b4373fb47d82bc5
Issue #27474: Unified error messages in the __contains__ method of bytes and
bytearray for integers in and out of the Py_ssize_t range.
Patch by Xiang Zhang.
Lib/test/test_bytes.py
Objects/bytes_methods.c