mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-16 05:28:31 +08:00
1b7eadce95
* fcntl: mark positional-only args * fcntl: use overload for fcntl.fcntl The comment about depending on the type of arg seems incorrect https://github.com/python/typeshed/commit/bf501353a0668369e53cc1bc97250bb14f61a09e I checked the docs and examples, CPython implementation and CPython tests, but I might be missing something * fcntl: use overload for fcntl.ioctl Based off of docs and examples * fcntl: type buffers better Follows the approach in #2610