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 emptysquare
Recipients emptysquare, gvanrossum, pyptr2, vstinner, yselivanov
Date 2016-06-02.21:18:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464902315.03.0.895759204907.issue27136@psf.upfronthosting.co.za>
In-reply-to
Content
I can reproduce this. On Ubuntu 14.04 I installed "libbluetooth-dev" and then built Python 3.5.1 from source, confirmed the socket module has AF_BLUETOOTH and BTPROTO_RFCOMM. Running pyptr2's script gives the traceback pyptr2 reported.

Yury and I discussed a fix, which I'll propose as a patch in the asyncio GitHub repo.
History
Date User Action Args
2016-06-02 21:18:35emptysquaresetrecipients: + emptysquare, gvanrossum, vstinner, yselivanov, pyptr2
2016-06-02 21:18:35emptysquaresetmessageid: <1464902315.03.0.895759204907.issue27136@psf.upfronthosting.co.za>
2016-06-02 21:18:34emptysquarelinkissue27136 messages
2016-06-02 21:18:34emptysquarecreate