Menu

Commit [r14748]  Maximize  Restore  History

Bug fix for the GUI interpreter thread flushing on MS Windows.

The Queue.empty() method is documented as being unreliable - and that is indeed the case on MS
Windows (not on GNU/Linux or Mac OS X though). It sometimes returns false, continually, when the
queue is completely empty!!!

Now the queue user function __repr__ strings are stored in a list to keep track of the queue status.

bugman 2011-09-23

changed /1.3/gui/interpreter.py
/1.3/gui/interpreter.py Diff Switch to side-by-side view
Loading...
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.