Skip to content

Conversation

@ikalchev
Copy link
Owner

@ikalchev ikalchev commented Nov 3, 2024

akx and others added 10 commits November 27, 2023 15:17
Late-import base36 and QR code libraries; remove SUPPORT_QR_CODE flag
This check was creating a lot of TimerHandles when the user
had multiple bridges. We do not need to check very often
as connections usually stay around for 24+hours
* Implement zerocopy writes for the encrypted protocol

With Python 3.12+ and later `transport.writelines` is implemented as [`sendmsg(..., IOV_MAX)`](python/cpython#91166) which allows us to avoid joining the bytes and sending them in one go.

Older Python will effectively do the same thing we do now `b"".join(...)`

* update tests
* Avoid os.chmod failing on Windows if file non-existant

* Update accessory_driver.py

---------

Co-authored-by: Ivan Kalchev <25887324+ikalchev@users.noreply.github.com>
* Address remaining pylint complaints

* Address remaining pylint complaints
@ikalchev
Copy link
Owner Author

ikalchev commented Nov 3, 2024

Forgot version bump, coming in a sec.

@ikalchev ikalchev merged commit 34c9659 into master Nov 3, 2024
3 of 24 checks passed
@bdraco
Copy link
Contributor

bdraco commented Nov 3, 2024

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants