]> granicus.if.org Git - python/commit
bpo-32500: Fix error messages for sequence and mapping C API. (GH-7846)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 23 Jul 2018 20:43:42 +0000 (23:43 +0300)
committerGitHub <noreply@github.com>
Mon, 23 Jul 2018 20:43:42 +0000 (23:43 +0300)
commita6fdddb7df00aefad2ec6e362dbf10d4bd8bff32
treeb2e4079b9488323d34b95459452cbcec6b4480fe
parentaba24ff3601ddc86b85e01880a8be596fb799287
bpo-32500: Fix error messages for sequence and mapping C API. (GH-7846)

Fix error messages for PySequence_Size(), PySequence_GetItem(),
PySequence_SetItem() and PySequence_DelItem() called with a mapping
and PyMapping_Size() called with a sequence.
Misc/NEWS.d/next/C API/2018-06-21-17-19-31.bpo-32500.WGCNad.rst [new file with mode: 0644]
Objects/abstract.c