John Beeler <jbee...@optictheory.com> added the comment:

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.

----------
nosy: +jbeeler

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue38285>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to