]> granicus.if.org Git - python/commit
bpo-28280: Make PyMapping_Keys(), PyMapping_Values() and PyMapping_Items() always...
authorOren Milman <orenmn@gmail.com>
Sun, 8 Oct 2017 08:17:46 +0000 (11:17 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 8 Oct 2017 08:17:46 +0000 (11:17 +0300)
commit0ccc0f6c7495be9043300e22d8f38e6d65e8884f
tree0e93d02086fb4997860e82ca68969a5cfbe24a2f
parentf07e2b64df6304a36fb5e29397d3c77a7ba17704
bpo-28280: Make PyMapping_Keys(), PyMapping_Values() and PyMapping_Items() always return a list (#3840)
Doc/c-api/mapping.rst
Doc/whatsnew/3.7.rst
Lib/test/test_capi.py
Misc/NEWS.d/next/C API/2017-09-30-19-41-44.bpo-28280.K_EjpO.rst [new file with mode: 0644]
Modules/_testcapimodule.c
Objects/abstract.c