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 steve.dower
Recipients paul.moore, steve.dower, tim.golden, zach.ware
Date 2021-07-07.20:43:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1625690596.44.0.00118782136569.issue44582@roundup.psfhosted.org>
In-reply-to
Content
mimetypes doesn't _really_ support clearing, but `python.exe -m timeit "import mimetypes as M; M.types_map.clear(); M.init()"` is pretty close.

Without the accelerator: 133ms
With the accelerator: 27.8ms
History
Date User Action Args
2021-07-07 20:43:16steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware
2021-07-07 20:43:16steve.dowersetmessageid: <1625690596.44.0.00118782136569.issue44582@roundup.psfhosted.org>
2021-07-07 20:43:16steve.dowerlinkissue44582 messages
2021-07-07 20:43:16steve.dowercreate