summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_asyncio/test_streams.py
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2024-06-20 07:19:32 (GMT)
committerGitHub <noreply@github.com>2024-06-20 07:19:32 (GMT)
commit8bc76ae45f48bede7ce3191db08cf36d879e6e8d (patch)
tree56936a5de2d13bb77cbd0c6153af124dda90a8db /Lib/test/test_asyncio/test_streams.py
parent3846fcfb928753bd52265ba67a9b4ceae51d2ef3 (diff)
downloadcpython-8bc76ae45f48bede7ce3191db08cf36d879e6e8d.zip
cpython-8bc76ae45f48bede7ce3191db08cf36d879e6e8d.tar.gz
cpython-8bc76ae45f48bede7ce3191db08cf36d879e6e8d.tar.bz2
gh-111259: Optimize complementary character sets in RE (GH-120742)
Patterns like "[\s\S]" or "\s|\S" which match any character are now compiled to the same effective code as a dot with the DOTALL modifier ("(?s:.)").
Diffstat (limited to 'Lib/test/test_asyncio/test_streams.py')
0 files changed, 0 insertions, 0 deletions