https://bugzilla.wikimedia.org/show_bug.cgi?id=55889
Web browser: --- Bug ID: 55889 Summary: Thread-safe versions of the Generators Product: Pywikibot Version: core (2.0) Hardware: All OS: All Status: NEW Severity: enhancement Priority: Unprioritized Component: General Assignee: Pywikipedia-bugs@lists.wikimedia.org Reporter: crangasi2001@yahoo.com Classification: Unclassified Mobile Platform: ---
Currently, the generators functions use yield, which is not tread-safe. PWB should offer a thread-safe version using one of the many interesting suggestions from http://www.dabeaz.com/generators/Generators.pdf (or any other method :P)