bsdci / libioc

A Python library to manage jails with ioc{age,ell}
https://bsd.ci/libioc
Other
38 stars 11 forks source link

explicitly type fcntl.ioctl function #754

Open gronke opened 4 years ago

gronke commented 4 years ago

Explicitly types the fcntl.ioctl method arguments. Fixes an issue reported by MyPy.

Should be fixed with the next MyPy release: https://github.com/python/typeshed/commit/009b269882b6b7befdf3ee5ad9f35caf550219ff

The fix was published on 2020-03-24 while MyPy 0.770 was releases 4 days earlier.