Closed jakirkham closed 1 month ago
Follow up to this discussion: https://github.com/MagicStack/uvloop/pull/587#discussion_r1800388359
Simplify the code to use just a Cython enum. Also drop the bint type, which doesn't make sense given the value assigned.
enum
bint
Thanks Fantix! 🙏
Follow up to this discussion: https://github.com/MagicStack/uvloop/pull/587#discussion_r1800388359
Simplify the code to use just a Cython
enum
. Also drop thebint
type, which doesn't make sense given the value assigned.