Stéphane Wirtel <steph...@wirtel.be> added the comment:

When I try to find the issue with git bisect, I have one commit.

72ec3193b5118a2ccc8be8bf03d7b74691c6a264 is the first bad commit
commit 72ec3193b5118a2ccc8be8bf03d7b74691c6a264
Author: Victor Stinner <vstin...@redhat.com>
Date:   Thu Aug 2 19:34:20 2018 +0200

    bpo-34170: Cleanup pymain_run_filename() (GH-8631)
    
    * Inline pymain_run_file() and pymain_open_filename() into
      pymain_run_filename()
    * Created pymain_run_stdin() which is pymain_run_filename() with
      filename=NULL
    * Rename pymain_run_filename() to pymain_run_file()

:040000 040000 6e49f5791bc63c3bf67a3674ccc00a412b5f089a 
1b93e169af3afb07daaf06e2247a3eae6a88cac5 M      Modules

with ./python -m test test_subprocess -v

----------

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

Reply via email to