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 <[email protected]>
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: <[email protected]>
2020-05-03 16:42:59kleshnilinkissue40480 messages
2020-05-03 16:42:59kleshnicreate