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 Yaniv.Aknin
Recipients Mathew.Martineau, Yaniv.Aknin, pitrou
Date 2010-04-07.11:12:22
SpamBayes Score 7.8091885e-05
Marked as misclassified No
Message-id <1270638745.39.0.285599375504.issue7834@psf.upfronthosting.co.za>
In-reply-to
Content
I've zero experience with programming bluetooth (to be honest, I only tackled this bug because I'm learning how to contribute to Python and it seemed ultra-easy), so I'm not an authoritative source on whether such a 'loopback' test is possible.

On #bluez in freenode I was told that generally no, there is no 'localhost' for BT sockets, and that a while ago there was a bluetooth emulation tool called 'hciemu' which is no longer maintained.

I'm attaching the patch (it's just a oneliner), it passes regression though obviously isn't really tested by it... I suggest Mathew will try the patch out and see if it helps; we can decide how to proceed from there.
History
Date User Action Args
2010-04-07 11:12:25Yaniv.Akninsetrecipients: + Yaniv.Aknin, pitrou, Mathew.Martineau
2010-04-07 11:12:25Yaniv.Akninsetmessageid: <1270638745.39.0.285599375504.issue7834@psf.upfronthosting.co.za>
2010-04-07 11:12:23Yaniv.Akninlinkissue7834 messages
2010-04-07 11:12:23Yaniv.Aknincreate