This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jbeeler
Recipients asvetlov, callumquick, jbeeler, malversan, yselivanov
Date 2021-01-05.18:12:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1609870320.38.0.366320054635.issue38285@roundup.psfhosted.org>
In-reply-to
Content
For what it's worth, a library I use currently hacks in this functionality by accessing the private method _create_connection_transport directly. This is done to allow a SOCK_RAW to be passed (which is itself required to then enable asyncio to be used for handling BLE).

This works, but as it requires the use of a private method, it's not ideal.
History
Date User Action Args
2021-01-05 18:12:00jbeelersetrecipients: + jbeeler, asvetlov, yselivanov, malversan, callumquick
2021-01-05 18:12:00jbeelersetmessageid: <1609870320.38.0.366320054635.issue38285@roundup.psfhosted.org>
2021-01-05 18:12:00jbeelerlinkissue38285 messages
2021-01-05 18:12:00jbeelercreate