[Python-checkins] [python/cpython] 171b9a: bpo-30605: Fix compiling binary regexs with BytesW...

GitHub noreply at github.com
Sat Jun 10 01:01:18 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 171b9a354e816eebc6d4c3a8553303942e9c5025
      https://github.com/python/cpython/commit/171b9a354e816eebc6d4c3a8553303942e9c5025
  Author: Roy Williams <roy.williams.iii at gmail.com>
  Date:   2017-06-10 (Sat, 10 Jun 2017)

  Changed paths:
    M Lib/sre_parse.py
    M Lib/test/test_re.py
    M Misc/ACKS
    M Misc/NEWS

  Log Message:
  -----------
  bpo-30605: Fix compiling binary regexs with BytesWarnings enabled. (#2016)

Running our unit tests with `-bb` enabled triggered this failure.




More information about the Python-checkins mailing list