]> granicus.if.org Git - python/commit
bpo-37840: Fix handling of negative indices in bytearray_getitem() (GH-15250)
authorSergey Fedoseev <fedoseev.sergey@gmail.com>
Mon, 9 Sep 2019 16:28:34 +0000 (21:28 +0500)
committerT. Wouters <thomas@python.org>
Mon, 9 Sep 2019 16:28:34 +0000 (09:28 -0700)
commit92709a263e9cec0bc646ccc1ea051fc528800d8d
tree50dfa3690e7112d46de23e0f372f4c427304774d
parent915cd3f0696cb8a7206754a8fc34d4cd865a1b4a
bpo-37840: Fix handling of negative indices in bytearray_getitem() (GH-15250)
Lib/test/test_bytes.py
Misc/NEWS.d/next/Core and Builtins/2019-08-13-18-05-20.bpo-37840.elLCci.rst [new file with mode: 0644]
Modules/_testcapimodule.c
Objects/bytearrayobject.c