summaryrefslogtreecommitdiffstats
path: root/Lib/re/_constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/re/_constants.py')
-rw-r--r--Lib/re/_constants.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/Lib/re/_constants.py b/Lib/re/_constants.py
index aa1a590..c45ce40 100644
--- a/Lib/re/_constants.py
+++ b/Lib/re/_constants.py
@@ -13,7 +13,7 @@
# update when constants are added or removed
-MAGIC = 20220402
+MAGIC = 20220423
from _sre import MAXREPEAT, MAXGROUPS
@@ -78,7 +78,6 @@ OPCODES = _makecodes(
'ASSERT', 'ASSERT_NOT',
'AT',
'BRANCH',
- 'CALL',
'CATEGORY',
'CHARSET', 'BIGCHARSET',
'GROUPREF', 'GROUPREF_EXISTS',