You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File ".../venv/lib/python3.6/copy.py", line 106, in copy
return _reconstruct(x, None, *rv)
File ".../venv/lib/python3.6/copy.py", line 274, in _reconstruct
y = func(*args)
File "multidict/_multidict.pyx", line 531, in multidict._multidict.CIMultiDict.__init__ (multidict/_multidict.c:9519)
File "multidict/_multidict.pyx", line 327, in multidict._multidict.MultiDict._extend (multidict/_multidict.c:6702)
TypeError: CIMultiDict takes either dict or list of (key, value) tuples
The text was updated successfully, but these errors were encountered:
There is an issue with
CIMultiDict
copy methodAnd using the
copy
functionI get
The text was updated successfully, but these errors were encountered: