Commits
Click on a commit to change the comparison rangefix!: defer socket.connect() from __init__ to connect() in aio MessageBus fix: parse address before allocating socket in _create_socket_for_transport test: cover transport fallback in aio connect() and sync _setup_socket() Merge branch 'main' into fix-sync-io-in-messagebus-init fix(aio): clean up socket on post-connect setup failure refactor: address open review feedback Merge branch 'main' into fix-sync-io-in-messagebus-init test(message_bus): cover aio connect cleanup and makefile failure paths test(glib): cover transport fallback and connect failure in MessageBus init test(message_bus): cover aio connect hello error and non-first serial paths Merge remote-tracking branch 'origin/main' into fix-sync-io-in-messagebus-init Merge remote-tracking branch 'origin/main' into fix-sync-io-in-messagebus-init test: drop __new__/__init__ split in get_proxy_object test docs: note that _create_socket_for_transport can raise ValueError test(message_bus): parametrize makefile-failure cleanup test Merge branch 'main' into fix-sync-io-in-messagebus-init