]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Implement -OO; "unsafe" optimization that removes docstrings.
authorGuido van Rossum <guido@python.org>
Thu, 28 Jan 1999 15:08:09 +0000 (15:08 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 28 Jan 1999 15:08:09 +0000 (15:08 +0000)
commit541563ec7e853bacf12f83bab7a55b0d0ec5b3ee
treeabfe6826d7158e9a70c66b9643cc7005aab21116
parent6b86a42c7f8786f8446d5a48db406282f18ec06a
Implement -OO; "unsafe" optimization that removes docstrings.
Marc-Andre Lemburg.
Python/compile.c