Branch: refs/heads/master Home: https://github.com/python/cpython Commit: ddbfa2c35b298a56f0b813656745bca9cb7334f1 https://github.com/python/cpython/commit/ddbfa2c35b298a56f0b813656745bca9cb7334f1 Author: T. Wouters <thomas at python.org> Date: 2017年05月23日 (2017年5月23日) Changed paths: M Misc/NEWS M configure M configure.ac Log Message: ----------- Add --with-assertions configure flag to enable C assertions(#1731) Defaults to 'no', but as before assertions are implied by --with-pydebug.