MagicStack / uvloop

Ultra fast asyncio event loop.
Apache License 2.0
10.44k stars 548 forks source link

Use Cython `enum` for `__PREALLOCED_BUFS` #634

Closed jakirkham closed 1 month ago

jakirkham commented 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.

jakirkham commented 1 month ago

Thanks Fantix! 🙏