bpo-43908: Make re types immutable (GH-25697) · python/cpython@5daf70b · GitHub
Skip to content

Commit 5daf70b

Browse files
Erlend Egeberg Aaslandvstinner
andauthored
bpo-43908: Make re types immutable (GH-25697)
Co-authored-by: Victor Stinner <vstinner@python.org>
1 parent 1e7b858 commit 5daf70b

3 files changed

Lines changed: 17 additions & 3 deletions

File tree

Lib/test/test_re.py

Lines changed: 12 additions & 0 deletions
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Make :mod:`re` types immutable. Patch by
2+
Erlend E. Aasland.

Modules/_sre.c

Lines changed: 3 additions & 3 deletions

0 commit comments

Comments
 (0)