Negative24 created this task. Negative24 assigned this task to jayvdb. Negative24 added a subscriber: Negative24. Negative24 added projects: Pywikibot-login.py, Pywikibot-Commons. Herald added subscribers: pywikibot-bugs-list, Avicennasis, Aklapper.
TASK DESCRIPTION When moving from the threading module to multiprocessing, I noticed [[ https://github.com/jdloft/bot24 | my project ]]'s `clean_sandbox.py` script wouldn't finish executing because of line 104 which is `self.site.login()`. I'm not sure what's different between the multiprocessing module and threading that would make the Pywikibot login script break. Commit: https://github.com/jdloft/bot24/commit/bbc4fffb47543805296d03d9efe3e4a4f426ce5b (multiprocessing branch) Main script: https://github.com/jdloft/bot24/blob/multiprocessing/main.py Clean_sandbox: https://github.com/jdloft/bot24/blob/multiprocessing/scripts/clean_sandbox.py#L104 TASK DETAIL https://phabricator.wikimedia.org/T113329 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: jayvdb, Negative24 Cc: Aklapper, Avicennasis, Negative24, pywikibot-bugs-list _______________________________________________ pywikibot-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs
