commit | c7d2d69d95b263ee5f83511bc6fbe53acdc24ea3 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Thu Mar 12 08:38:11 2020 +0100 |
committer | GitHub <noreply@github.com> | Thu Mar 12 08:38:11 2020 +0100 |
tree | 216d0a5fa669354114a2500bc0cd0d623d61de44 | |
parent | 1dd3794b19cfec448e5a55d8d01efd6bdb5a1169 [diff] |
bpo-39884: Add method name in "bad call flags" error (GH-18944) PyDescr_NewMethod() and PyCFunction_NewEx() now include the method name in the SystemError "bad call flags" error message to ease debug.