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 kleshni
Recipients kleshni
Date 2020-05-03.16:42:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588524179.93.0.716806047944.issue40480@roundup.psfhosted.org>
In-reply-to
Content
>So the solution is to replace multiple asterisks with a single one
No, this is not a solution. This glob also hangs:

fnmatch.fnmatchcase("a" * 32, "*a" * 16 + "b")

And again, Bash and SQLite 3 work perfectly.
History
Date User Action Args
2020-05-03 16:42:59kleshnisetrecipients: + kleshni
2020-05-03 16:42:59kleshnisetmessageid: <1588524179.93.0.716806047944.issue40480@roundup.psfhosted.org>
2020-05-03 16:42:59kleshnilinkissue40480 messages
2020-05-03 16:42:59kleshnicreate