Merge 3.6

This commit is contained in:
Victor Stinner 2017-01-06 18:16:07 +01:00
commit cd992bbe73
3 changed files with 18 additions and 2 deletions

View file

@ -1951,9 +1951,8 @@ class _Call(tuple):
If the _Call has no name then it will match any name.
"""
def __new__(cls, value=(), name=None, parent=None, two=False,
def __new__(cls, value=(), name='', parent=None, two=False,
from_kall=True):
name = ''
args = ()
kwargs = {}
_len = len(value)