summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2023-10-10-10-46-55.gh-issue-110590.fatz-h.rst
blob: 20dc3fff2059948469bc31957280ae3203fefd56 (plain)
1
2
3
Fix a bug in :meth:`!_sre.compile` where :exc:`TypeError`
would be overwritten by :exc:`OverflowError` when
the *code* argument was a list of non-ints.