diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2017-12-15 10:35:48 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-15 10:35:48 (GMT) |
commit | 3325a6780c81f1ea51190370b5454879c4862a37 (patch) | |
tree | 3100f972b635137528b105c410ab88e6bff64521 /Misc/NEWS.d | |
parent | 297fd876aad8ef443d8992618de22c46dbda258b (diff) | |
download | cpython-3325a6780c81f1ea51190370b5454879c4862a37.zip cpython-3325a6780c81f1ea51190370b5454879c4862a37.tar.gz cpython-3325a6780c81f1ea51190370b5454879c4862a37.tar.bz2 |
bpo-27169: The __debug__ constant is now optimized out at compile time. (#4880)
This fixes also bpo-22091.
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2017-12-15-11-50-06.bpo-27169.VO84fQ.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2017-12-15-11-50-06.bpo-27169.VO84fQ.rst b/Misc/NEWS.d/next/Core and Builtins/2017-12-15-11-50-06.bpo-27169.VO84fQ.rst new file mode 100644 index 0000000..81d1d15 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2017-12-15-11-50-06.bpo-27169.VO84fQ.rst @@ -0,0 +1,2 @@ +The ``__debug__`` constant is now optimized out at compile time. This fixes also +bpo-22091. |