]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-96711: Enhance SystemError message upon Invalid opcode (#96712)
authorserge-sans-paille <serge.guelton@telecom-bretagne.eu>
Tue, 20 Sep 2022 10:00:34 +0000 (10:00 +0000)
committerGitHub <noreply@github.com>
Tue, 20 Sep 2022 10:00:34 +0000 (12:00 +0200)
commitfc05107af9f20b9d926dedc5bf12d75b0eaa45a3
treefe4f97cfa2b2b885cd798101085586ce92b20564
parent6ad47b41a650a13b4a9214309c10239726331eb8
gh-96711: Enhance SystemError message upon Invalid opcode (#96712)

Raise verbose SystemError instead of printing debug information
upon Invalid opcode.

Fix #96711
Lib/test/test_code.py
Python/ceval.c