[Python-checkins] [python/cpython] 523a24: [3.6] bpo-30605: Fix compiling binary regexs with ...

GitHub noreply at github.com
Thu Jun 15 09:55:23 EDT 2017


  Branch: refs/heads/3.6
  Home:   https://github.com/python/cpython
  Commit: 523a243840feb4d5f444a1b128e540876afac3d2
      https://github.com/python/cpython/commit/523a243840feb4d5f444a1b128e540876afac3d2
  Author: Serhiy Storchaka <storchaka at gmail.com>
  Date:   2017-06-15 (Thu, 15 Jun 2017)

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

  Log Message:
  -----------
  [3.6] bpo-30605: Fix compiling binary regexs with BytesWarnings enabled. (GH-2016) (#2214)

Running our unit tests with `-bb` enabled triggered this failure..
(cherry picked from commit 171b9a354e816eebc6d4c3a8553303942e9c5025)




More information about the Python-checkins mailing list