]> granicus.if.org Git - python/commit
Document that _PyFunction_FastCallDict() must copy kwargs
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 1 Feb 2017 16:04:52 +0000 (17:04 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 1 Feb 2017 16:04:52 +0000 (17:04 +0100)
commit122fb562d4f61a4862e05987f48d637b885bfeb6
tree7c56098d6822195607929ba8360511021bfee950
parentf94b68a025e9b35d5b612d815818b4e9e1c55fcc
Document that _PyFunction_FastCallDict() must copy kwargs

Issue #29318: Caller and callee functions must not share the dictionary:
kwargs must be copied.
Python/ceval.c