https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107646
Saksham Gupta <io.sakshamgupta at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |io.sakshamgupta at gmail dot
com
--- Comment #13 from Saksham Gupta <io.sakshamgupta at gmail dot com> ---
Hi everyone,
I am Saksham Gupta, a university student aiming to tackle this project for GSoC
2026. I have been studying the new class api architecture from David's recent
GCC 16 refactor (r16-7938) and testing the analyzer_cpython_plugin against
standard reference counting leaks.
I also recently submitted an analyzer patch to the mailing list (adding
known_function handling for atoi/atol/atoll) to get familiar with kf.cc and the
DejaGnu testsuite infrastructure.
I am currently drafting my formal GSoC proposal to expand the plugin's state
machine for "Owned" vs. "Borrowed" references to address the remaining false
negatives. Looking forward to contributing!