Skip to content

v0.1.2

Latest

Choose a tag to compare

@GraysonBellamy GraysonBellamy released this 09 May 20:31
· 16 commits to main since this release
v0.1.2
1134f37

Windows + CPython 3.13 fix: HandleWrapper now declares weakref in slots so it can be registered with asyncio's IocpProactor._registered WeakSet. Without this, every open_serial_port() call on the asyncio runtime path raised TypeError: cannot create weak reference.