G12 catches os.environ['K']=v, .update(), del — but not the Python 3.9+ merge-assign form os.environ |= {'K':'1'}. Add an ast.AugAssign branch in _mutation().
From the pre-release multi-perspective review (2026-07-03). Follow CONTRIBUTING.md; every change ships a true-positive test + a false-positive guard test.
G12 catches os.environ['K']=v, .update(), del — but not the Python 3.9+ merge-assign form
os.environ |= {'K':'1'}. Add an ast.AugAssign branch in _mutation().From the pre-release multi-perspective review (2026-07-03). Follow CONTRIBUTING.md; every change ships a true-positive test + a false-positive guard test.