feat: improve writer performance with a deque (#30)

This commit is contained in:
J. Nick Koston
2022-09-24 06:58:03 -10:00
committed by GitHub
parent 4128dad039
commit 09af56e143
2 changed files with 10 additions and 7 deletions

View File

@@ -1,3 +1,5 @@
import sys
import pytest
from dbus_fast import (
@@ -68,6 +70,7 @@ async def test_name_requests():
bus2.disconnect()
@pytest.mark.skipif(sys.version_info[:3][1] == 10, reason="segfaults on py3.10")
@pytest.mark.skipif(not has_gi, reason=skip_reason_no_gi)
def test_request_name_glib():
test_name = "glib.test.request.name"