]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-123969: refactor _PyErr_RaiseSyntaxError and _PyErr_EmitSyntaxWarning out of compi...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Mon, 16 Sep 2024 14:05:00 +0000 (15:05 +0100)
committerGitHub <noreply@github.com>
Mon, 16 Sep 2024 14:05:00 +0000 (15:05 +0100)
commitaba42c0b547e6395c9c268cf98a298d0494cb9df
treecb257c39525b590b19b5c5e86a45d6bb75aa729b
parent9aa1f60e2dedd8a67c42fb4f4c56858b6ba5b947
gh-123969: refactor _PyErr_RaiseSyntaxError and _PyErr_EmitSyntaxWarning out of compiler (#123972)
Include/internal/pycore_compile.h
Include/internal/pycore_pyerrors.h
Python/compile.c
Python/errors.c