]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45000: Raise SyntaxError when try to delete __debug__ (GH-27947)
authorDong-hee Na <donghee.na@python.org>
Wed, 25 Aug 2021 17:54:20 +0000 (17:54 +0000)
committerGitHub <noreply@github.com>
Wed, 25 Aug 2021 17:54:20 +0000 (10:54 -0700)
commit551da597a0996b0fb3af425f48aa5bc63ea6b963
treeb25b0cd691a97c00ede8fba1005d99643b25b952
parent24da544014f78e6f1440d5ce5c2d14794a020340
bpo-45000: Raise SyntaxError when try to delete __debug__ (GH-27947)

Automerge-Triggered-By: GH:pablogsal
Doc/whatsnew/3.11.rst
Lib/test/test_syntax.py
Misc/NEWS.d/next/Core and Builtins/2021-08-25-23-17-32.bpo-45000.XjmyLl.rst [new file with mode: 0644]
Python/compile.c