Xqt added a comment.
Indeed there is a problem with async put. `async_request()` calls `page_put_queue.put((request, args, kwargs))` in its last line but the called method never terminates. `page_put_queue` is a `Queue` object with mal queue length of `config.max_queue_size` which is 64 by default (and in this case too) I also figured out that async_manager was never reached also in that cases the script works correctly which looks courious. Now he have a problem inside thy python library (py 2.7.10 here) or an unhandled timeout problem. Any other suggestions? I propose to deactivate async stuff until the problem is found. TASK DETAIL https://phabricator.wikimedia.org/T85061 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Xqt Cc: valhallasw, Xqt, Aklapper, pywikibot-bugs-list _______________________________________________ pywikibot-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs
