diff --git a/stdlib/2and3/asyncore.pyi b/stdlib/2and3/asyncore.pyi index a7fb59c84..9d0a2c60e 100644 --- a/stdlib/2and3/asyncore.pyi +++ b/stdlib/2and3/asyncore.pyi @@ -13,8 +13,9 @@ from errno import (EALREADY, EINPROGRESS, EWOULDBLOCK, ECONNRESET, EINVAL, EPIPE, EAGAIN, errorcode) # cyclic dependence with asynchat -_maptype = Dict[str, Any] +_maptype = Dict[int, Any] +socket_map: _maptype = ... # Undocumented class ExitNow(Exception): ...