aboutsummaryrefslogtreecommitdiff
blob: 61b6653320dfc18dbd9e1934639d23bf8e01a2ff (plain)
1
2
3
Fix test_name_error_suggestions_do_not_trigger_for_too_many_locals() of
test_exceptions if a directory name contains "a1" (like "Python-3.11.0a1"):
use a stricter regular expression. Patch by Victor Stinner.