Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-10-14 | 485 Bytes | |
v0.21.0 source code.tar.gz | 2024-10-14 | 181.6 kB | |
v0.21.0 source code.zip | 2024-10-14 | 222.0 kB | |
Totals: 3 Items | 404.1 kB | 0 |
Changes
- Add cleanup_socket param on create_unix_server() (#623) (by @fantix in d6114d2)
Fixes
-
Use cythonized SO_REUSEPORT rather than the unwrapped native one. (#609) (by @ptribble in 4083a94e for [#550])
-
UDP errors should result in protocol.error_received (#601) (by @jensbjorgensen in 3c3bbeff)
-
Updates for Cython3 (#587) (by @alan-brooks in 3fba9fab for [#587])
-
Test with Python 3.13 (#610) (by @edgarrmondragon in fb5a139)