| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
…the REPL (pythonGH-131993) (cherry picked from commit 3d08c8a) Co-authored-by: Tomas R. <tomas.roun8@gmail.com>
| } | ||
| if (PyErr_WarnExplicitObject(PyExc_SyntaxWarning, msg, c->c_filename, | ||
| loc.lineno, NULL, NULL) < 0) | ||
| if (_PyErr_WarnExplicitObjectWithContext(PyExc_SyntaxWarning, msg, |
There was a problem hiding this comment.
Just a note, 3.13 uses compiler_warn instead of _PyErr_EmitSyntaxWarning to emit warnings.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
(cherry picked from commit 3d08c8a)