We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 265be56 commit e959ea0Copy full SHA for e959ea0
1 file changed
src/dbus_fast/_private/unmarshaller.py
@@ -301,7 +301,7 @@ def __init__(
301
negotiate_unix_fd: bool = True,
302
) -> None:
303
self._unix_fds: list[int] = []
304
- self._buf: bytearray = bytearray.__new__(bytearray) # Actual buffer
+ self._buf: bytearray = bytearray() # Actual buffer
305
self._buf_ustr = self._buf # Used to avoid type checks
306
self._buf_len = 0
307
self._stream = stream
0 commit comments