]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add a note explaining why dict_update() doesn't use METH_FASTCALL
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 19 Jan 2017 11:45:06 +0000 (12:45 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 19 Jan 2017 11:45:06 +0000 (12:45 +0100)
commit91f0d4aa2fae249479e5ecdc76aee6f5c13d0994
tree0f1bb37047427be233dd1df8d6b3d2951c242ac2
parent7dc6a5f50aa47d32a75941dcb091eabe7958b2a1
Add a note explaining why dict_update() doesn't use METH_FASTCALL

Issue #29312.
Objects/dictobject.c