cpython/Lib/re
Victor Stinner 0b8c348f27
Fix pyflakes warnings: variable is assigned to but never used (#142294)
Example of fixed warning:

    Lib/netrc.py:98:13: local variable 'toplevel'
    is assigned to but never used
2025-12-08 14:00:31 +01:00
..
__init__.py
_casefix.py
_compiler.py gh-141968: Use take_bytes in re._compiler (#141995) 2025-11-28 17:46:10 +00:00
_constants.py
_parser.py Fix pyflakes warnings: variable is assigned to but never used (#142294) 2025-12-08 14:00:31 +01:00