Report author here
Report author here
Posted Apr 22, 2026 11:31 UTC (Wed) by mathstuf (subscriber, #69389)In reply to: Report author here by devdanzin
Parent article: Using LLMs to find Python C-extension bugs
Thanks! There is also the GCC project of a CPython API analyzer as well. How feasible would it be to reify the rules into the GCC scanner itself so that we can offload detection of many things from the cloud models and instead make detection "cheap" again?
I'd selfishly request a review of VTK's generated Python bindings, but I don't want to waste cycles on it as I have a(n unscheduled) plan to update them to be abi3-compliant anyways. It is a "critical" package on PyPI if you want to do a scan; just don't put it at the top of a list because of the planned work likely obviating much of it (unless checkpointing for a before/after comparison is also diable).
