Pablo Galindo Salgado <pablog...@gmail.com> added the comment:

Bisecting points at this commit as the culprit:

28b75c80dcc1e17ed3ac1c69362bf8dc164b760a is the first bad commit
commit 28b75c80dcc1e17ed3ac1c69362bf8dc164b760a
Author: Mark Shannon <m...@hotpy.org>
Date:   Wed Dec 23 11:43:10 2020 +0000

    bpo-42246: Don't eliminate jumps to jumps, if it will break PEP 626. 
(GH-23896)

 Lib/test/test_dis.py                               |  169 +-
 Lib/test/test_sys_settrace.py                      |   64 +
 .../2020-12-22-20-30-11.bpo-42246.7BrPLg.rst       |    1 +
 Python/compile.c                                   |  135 +-
 Python/importlib.h                                 | 1531 +++---
 Python/importlib_external.h                        | 4884 ++++++++++----------
 Python/importlib_zipimport.h                       | 1796 +++----
 7 files changed, 4341 insertions(+), 4239 deletions(-)
 create mode 100644 Misc/NEWS.d/next/Core and 
Builtins/2020-12-22-20-30-11.bpo-42246.7BrPLg.rst
bisect run success

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue42810>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to