Python 3.8.1, mypy 0.770+dev.861f01c3be99b9faf2e8d42e316aee4ec6e571c4 ```python pickle.dumps(obj, protocol=5, buffer_callback=f) ``` Output: ``` error: Unexpected keyword argument "buffer_callback" for "dumps" ```