This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients iritkatriel, jinseo.kim, serhiy.storchaka
Date 2020-08-12.17:28:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1597253332.44.0.220423340632.issue41532@roundup.psfhosted.org>
In-reply-to
Content
It is because module functools is already imported (you can see it in sys.modules), but module tokenize is not. It is likely due to module rlcompleter imported at startup on Linux, but not on Windows.
History
Date User Action Args
2020-08-12 17:28:52serhiy.storchakasetrecipients: + serhiy.storchaka, iritkatriel, jinseo.kim
2020-08-12 17:28:52serhiy.storchakasetmessageid: <1597253332.44.0.220423340632.issue41532@roundup.psfhosted.org>
2020-08-12 17:28:52serhiy.storchakalinkissue41532 messages
2020-08-12 17:28:52serhiy.storchakacreate