Skip to content

[cppyy] Consider Python int and float for make_unique optimization #28151

[cppyy] Consider Python int and float for make_unique optimization

[cppyy] Consider Python int and float for make_unique optimization #28151

Triggered via pull request January 21, 2026 16:19
Status Failure
Total duration 1m 16s
Artifacts

code_analysis.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Ruff (F405): bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py#L87
bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py:87:5: F405 `gbl` may be undefined, or defined from star imports
Ruff (F405): bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py#L86
bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py:86:23: F405 `gbl` may be undefined, or defined from star imports
Ruff (F405): bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py#L86
bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py:86:5: F405 `gbl` may be undefined, or defined from star imports
Ruff (F405): bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py#L83
bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py:83:21: F405 `_backend` may be undefined, or defined from star imports
Ruff (F405): bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py#L79
bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py:79:32: F405 `gbl` may be undefined, or defined from star imports
Ruff (F405): bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py#L78
bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py:78:28: F405 `gbl` may be undefined, or defined from star imports
Ruff (F403): bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py#L74
bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py:74:5: F403 `from ._cpython_cppyy import *` used; unable to detect undefined names
Ruff (F403): bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py#L72
bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py:72:5: F403 `from ._pypy_cppyy import *` used; unable to detect undefined names
Ruff (F401): bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py#L67
bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py:67:23: F401 `._version.__version__` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
Ruff (F405): bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py#L43
bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py:43:5: F405 `nullptr` may be undefined, or defined from star imports
ruff
Could not parse version from /home/runner/work/root/root/pyproject.toml. Using latest version.