[Python-checkins] [python/cpython] ddbfa2: Add --with-assertions configure flag to enable C a...

GitHub noreply at github.com
Mon May 22 19:30:50 EDT 2017


  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 (Tue, 23 May 2017)

  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.




More information about the Python-checkins mailing list