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 ukl
Recipients dhess, steve.dower, terry.reedy, ukl
Date 2020-04-04.11:15:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1585998917.55.0.733229420047.issue40139@roundup.psfhosted.org>
In-reply-to
Content
I agree that 3.5 is ancient and the focus should be to fix the newer versions of Python.

But given that the problem seems to be hard to reproduce -- I have the reproducer script from the original report running under the tracer since over a week now without a hit -- it seems to be beneficial to me to understand the issue on 3.5 to then check if 3.8+ is also affected.

Also note that Lib/mimetypes.py didn't change between 3.5.3 and 3.5.9.
The difference between 3.5.x and 3.6.x in this file doesn't affect the code flow, in fact the first commit that has a change to actually change the behavior I saw between 3.5.0 and current master is bpo-4963 that only went into 3.9.x.

I added dhess and steve.dower who were involved in bpo-4963 to the nosy list, maybe one of them remembers or is able to quickly spot the problem.
History
Date User Action Args
2020-04-04 11:15:17uklsetrecipients: + ukl, terry.reedy, steve.dower, dhess
2020-04-04 11:15:17uklsetmessageid: <1585998917.55.0.733229420047.issue40139@roundup.psfhosted.org>
2020-04-04 11:15:17ukllinkissue40139 messages
2020-04-04 11:15:17uklcreate