Hey CodeQL Team 👋
PEP 810 (Status: Accepted) introduced "Explicit lazy imports" for Python:
lazy import json
lazy from json import dumps
The lazy keyword is currently not supported and leads to processing errors when pre-releases of Python 3.15 are used.
Hey CodeQL Team 👋
PEP 810 (Status: Accepted) introduced "Explicit lazy imports" for Python:
The
lazykeyword is currently not supported and leads to processing errors when pre-releases of Python 3.15 are used.