HEX
Server: LiteSpeed
System: Linux sgp59.serverneed.com 4.18.0-553.16.1.lve.el8.x86_64 #1 SMP Tue Aug 13 17:45:03 UTC 2024 x86_64
User: hajimeed (2033)
PHP: 8.1.32
Disabled: show_source, system, shell_exec, passthru, exec, popen
Upload Files
File: //lib64/python3.12/sre_compile.py
import warnings
warnings.warn(f"module {__name__!r} is deprecated",
              DeprecationWarning,
              stacklevel=2)

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