jayvdb added a subscriber: valhallasw. jayvdb added a comment. The problem was the sequence of actions used to set up the threads and such. @valhallasw had a very nice graph of the `import` sequence which shows how the deadlock occurs, which I stumble across occasionally but can never find when I want it. :/
Putting code in main() means all imports complete before __main__ starts. TASK DETAIL https://phabricator.wikimedia.org/T71781 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: jayvdb Cc: valhallasw, XZise, gerritbot, Mineo, jayvdb, Mpaa, Spage, pywikipedia-bugs _______________________________________________ pywikibot-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs
