thegooglecodearchive / python-xbee

Automatically exported from code.google.com/p/python-xbee
MIT License
0 stars 0 forks source link

Calling isAlive() on a single-threaded XBee results in an AssertionError from threading.Thread #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. xbee = XBee(serial.Serial('/dev/ttyUSB0', 9600))
2. xbee.isAlive()

Expected result:
 False (XBee was not created with a callback method, so a thread should not be running)

Actual result:
 AssertionError: Thread.__init__() not called.

Operating System, Package Version: Not specified

Original issue reported on code.google.com by pmalms...@gmail.com on 4 Aug 2010 at 7:40

GoogleCodeExporter commented 9 years ago
This has been resolved and will be included in the next release.

Original comment by pmalms...@gmail.com on 11 Aug 2010 at 9:26