]> granicus.if.org Git - python/commit
Issue #28544: Fix inefficient call to _PyObject_CallMethodId()
authorVictor Stinner <victor.stinner@gmail.com>
Sat, 29 Oct 2016 07:05:39 +0000 (09:05 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Sat, 29 Oct 2016 07:05:39 +0000 (09:05 +0200)
commitf94d1eee7499bc00fe78eab8e3d43cc381ab2407
tree0aa4ca8d38af09acd7575a00fda84986cb26570c
parent684ef2c88882d4c1aaf325fd0a5845740f22c8b7
Issue #28544: Fix inefficient call to _PyObject_CallMethodId()

"()" format string creates an empty list of argument but requires extra work to
parse the format string.
Modules/_asynciomodule.c