[Python-checkins] [python/cpython] 3480ef: bpo-30445: Allow appended output in RecursionErro...

GitHub noreply at github.com
Wed May 24 17:23:47 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 3480ef9dd3177be8c0d71a74853dca6e5b11fbe1
      https://github.com/python/cpython/commit/3480ef9dd3177be8c0d71a74853dca6e5b11fbe1
  Author: codedragon <mariak at mariakathryn.net>
  Date:   2017-05-24 (Wed, 24 May 2017)

  Changed paths:
    M Lib/test/test_traceback.py

  Log Message:
  -----------
   bpo-30445: Allow appended output in RecursionError message

Running under coverage sometimes causes 'in comparison' to be added to the end of the RecursionError message, which is acceptable.

Patched by Maria Mckinley




More information about the Python-checkins mailing list