Skip to content

bpo-40592: shutil.which will not return None anymore if ; is the last char in PATHEXT - #20088

Merged
zooba merged 15 commits into
python:masterfrom
peanutlord:fix-shutil-which-windows
Oct 23, 2020
Merged

bpo-40592: shutil.which will not return None anymore if ; is the last char in PATHEXT#20088
zooba merged 15 commits into
python:masterfrom
peanutlord:fix-shutil-which-windows

Conversation

@peanutlord

@peanutlordpeanutlord commented May 14, 2020

Copy link
Copy Markdown
Contributor

Additional note: created a new test_pathext_with_empty_str() test, but copies roughly 10loc from test_pathext(). We could also add the assertEqual with a new with block to the test_pathext.

https://bugs.python.org/issue40592

@the-knights-who-say-ni

Copy link
Copy Markdown

Hello, and thanks for your contribution!

I'm a bot set up to make sure that the project can legally accept this contribution by verifying everyone involved has signed the PSF contributor agreement (CLA).

CLA Missing

Our records indicate the following people have not signed the CLA:

@peanut-lord

For legal reasons we need all the people listed to sign the CLA before we can look at your contribution. Please follow the steps outlined in the CPython devguide to rectify this issue.

If you have recently signed the CLA, please wait at least one business day
before our records are updated.

You can check yourself to see if the CLA has been received.

Thanks again for the contribution, we look forward to reviewing it!

Comment threadLib/shutil.py Outdated
Comment threadLib/test/test_shutil.py Outdated
Comment threadLib/test/test_shutil.py
Comment threadLib/shutil.py
Comment threadLib/shutil.py Outdated
Comment threadLib/test/test_shutil.py Outdated
Comment threadMisc/NEWS.d/next/Library/2020-05-14-16-01-34.bpo-40592.Cmk855.rst Outdated
Comment threadLib/shutil.py
Comment threadLib/shutil.py Outdated
@bedevere-bot

Copy link
Copy Markdown

A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated.

Once you have made the requested changes, please leave a comment on this pull request containing the phrase I have made the requested changes; please review again. I will then notify any core developers who have left a review that you're ready for them to take another look at this pull request.

@peanutlord

Copy link
Copy Markdown
ContributorAuthor

I have made the requested changes; please review again

@bedevere-bot

Copy link
Copy Markdown

Thanks for making the requested changes!

@zooba: please review the changes made to this pull request.

@bedevere-bot
bedevere-bot requested a review from zoobaMay 19, 2020 20:10
@peanutlord

Copy link
Copy Markdown
ContributorAuthor

@zooba Could you please re-review the changes and provide feedback?

@peanutlord

Copy link
Copy Markdown
ContributorAuthor

@zooba Added the requested changes :)

@peanutlord

peanutlord commented Oct 21, 2020

Copy link
Copy Markdown
ContributorAuthor

@zooba Currently, the test pipeline fails with the following message:

AttributeError: module 'test.support' has no attribute 'EnvironmentVarGuard'

That's pretty odd as other tests, like test_pathext, use the same mechanism and succeed. Do you maybe have an idea what could be wrong? Running the test locally succeeds also.

@zooba

Copy link
Copy Markdown
Member

You might need to merge from upstream, I think someone rearranged the test helpers. The PR checks are going to run against the merge result, but if there are no direct conflicts then it won't warn that you made the changes against an older version.

@peanutlord

Copy link
Copy Markdown
ContributorAuthor

@zooba Silly me, fixed it! Thank you!

@zoobazooba added needs backport to 3.8 OS-windows type-bug An unexpected behavior, bug, or error labels Oct 23, 2020
@zooba
zooba merged commit da6f098 into python:masterOct 23, 2020
@miss-islington

Copy link
Copy Markdown
Contributor

Thanks @peanutlord for the PR, and @zooba for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8, 3.9.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Oct 23, 2020
… char in PATHEXT (pythonGH-20088)
shutil.which will not return None anymore for empty str in PATHEXT
Empty PATHEXT will now be defaulted to _WIN_DEFAULT_PATHEXT
(cherry picked from commit da6f098)
Co-authored-by: Christopher Marchfelder <marchfelder@googlemail.com>
@bedevere-bot

Copy link
Copy Markdown

GH-22912 is a backport of this pull request to the 3.9 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Oct 23, 2020
… char in PATHEXT (pythonGH-20088)
shutil.which will not return None anymore for empty str in PATHEXT
Empty PATHEXT will now be defaulted to _WIN_DEFAULT_PATHEXT
(cherry picked from commit da6f098)
Co-authored-by: Christopher Marchfelder <marchfelder@googlemail.com>
@bedevere-bot

Copy link
Copy Markdown

GH-22913 is a backport of this pull request to the 3.8 branch.

@bedevere-bot

Copy link
Copy Markdown

⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️

Hi! The buildbot PPC64LE RHEL7 LTO + PGO 3.x has failed when building commit da6f098.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/all/#builders/43/builds/232) and take a look at the build logs.
  4. Check if the failure is related to this commit (da6f098) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/all/#builders/43/builds/232

Failed tests:

  • test_lib2to3

Summary of the results of the build (if available):

==

Click to see traceback logs
remote: Enumerating objects: 1 remote: Enumerating objects: 10, done. remote: Counting objects: 10% (1/10) remote: Counting objects: 20% (2/10) remote: Counting objects: 30% (3/10) remote: Counting objects: 40% (4/10) remote: Counting objects: 50% (5/10) remote: Counting objects: 60% (6/10) remote: Counting objects: 70% (7/10) remote: Counting objects: 80% (8/10) remote: Counting objects: 90% (9/10) remote: Counting objects: 100% (10/10) remote: Counting objects: 100% (10/10), done. remote: Compressing objects: 20% (1/5) remote: Compressing objects: 40% (2/5) remote: Compressing objects: 60% (3/5) remote: Compressing objects: 80% (4/5) remote: Compressing objects: 100% (5/5) remote: Compressing objects: 100% (5/5), done. remote: Total 11 (delta 5), reused 5 (delta 5), pack-reused 1 
From https://github.com/python/cpython
* branch master -> FETCH_HEAD
Reset branch 'master'
find: ‘build’: No such file or directoryfind: ‘build’: No such file or directoryfind: ‘build’: No such file or directoryfind: ‘build’: No such file or directorymake[2]: [clean-retain-profile] Error 1 (ignored)/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Modules/socketmodule.c: In function ‘sock_bind’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Modules/socketmodule.c:3117:15: warning: ‘addrlen’ may be used uninitialized in this function [-Wmaybe-uninitialized]
res = bind(s->sock_fd, SAS2SA(&addrbuf), addrlen);^Objects/bytes_methods.c: In function ‘find_internal’:
Objects/bytes_methods.c:524:31: warning: ‘subobj’ may be used uninitialized in this function [-Wmaybe-uninitialized]
if (PyObject_GetBuffer(subobj, &subbuf, PyBUF_SIMPLE) !=0)
^Objects/bytes_methods.c: In function ‘_Py_bytes_find’:
Objects/bytes_methods.c:524:31: warning: ‘subobj’ may be used uninitialized in this function [-Wmaybe-uninitialized]
Objects/bytes_methods.c:511:15: note: ‘subobj’ was declared here
PyObject *subobj;^Objects/bytes_methods.c: In function ‘_Py_bytes_rfind’:
Objects/bytes_methods.c:524:31: warning: ‘subobj’ may be used uninitialized in this function [-Wmaybe-uninitialized]
if (PyObject_GetBuffer(subobj, &subbuf, PyBUF_SIMPLE) !=0)
^
Objects/bytes_methods.c:511:15: note: ‘subobj’ was declared here
PyObject *subobj;^Objects/bytes_methods.c: In function ‘_Py_bytes_count’:
Objects/bytes_methods.c:673:31: warning: ‘sub_obj’ may be used uninitialized in this function [-Wmaybe-uninitialized]
if (PyObject_GetBuffer(sub_obj, &vsub, PyBUF_SIMPLE) !=0)
^Python/frozenmain.c: In function ‘Py_FrozenMain’:
Python/frozenmain.c:129:1: note: file /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/frozenmain.gcda not found, execution counts estimated
}
^
Python/pyfpe.c: In function ‘PyFPE_dummy’:
Python/pyfpe.c:15:1: note: file /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/pyfpe.gcda not found, execution counts estimated
}
^
./Modules/_io/clinic/textio.c.h: In function ‘_io_TextIOWrapper_seek’:
./Modules/_io/textio.c:2596:48: warning: ‘MEM[(char * {ref-all})&cookie + 20B]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
decoded = _PyObject_CallMethodIdObjArgs(self->decoder, &PyId_decode,
^
./Modules/_io/textio.c:2447:17: note: ‘MEM[(char * {ref-all})&cookie + 20B]’ was declared here
cookie_type cookie;^
./Modules/_io/textio.c:2605:54: warning: ‘MEM[(char * {ref-all})&cookie + 16B]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
if (PyUnicode_GetLength(self->decoded_chars) < cookie.chars_to_skip) {
^
./Modules/_io/textio.c:2447:17: note: ‘MEM[(char * {ref-all})&cookie + 16B]’ was declared here
cookie_type cookie;^
./Modules/_io/textio.c:2431:40: warning: ‘MEM[(char * {ref-all})&cookie + 8B]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
return _textiowrapper_encoder_reset(
^
./Modules/_io/textio.c:2447:17: note: ‘MEM[(char * {ref-all})&cookie + 8B]’ was declared here
cookie_type cookie;^
./Modules/_io/textio.c:2431:40: warning: ‘MEM[(char * {ref-all})&cookie]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
return _textiowrapper_encoder_reset(
^
./Modules/_io/textio.c:2447:17: note: ‘MEM[(char * {ref-all})&cookie]’ was declared here
cookie_type cookie;^/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Modules/_pickle.c: In function ‘load’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Modules/_pickle.c:5181:15: warning: ‘s’ may be used uninitialized in this function [-Wmaybe-uninitialized]
value = PyLong_FromString(s, NULL, 0);^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Modules/_pickle.c:5162:20: note: ‘s’ was declared here
char *endptr, *s;^
test_zipfile64 skipped -- test requires loads of disk-space bytes and a long time to run
Fatal Python error: Segmentation fault
Current thread 0x00003fff89b45330 (most recent call first):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/lib2to3/btm_matcher.py", line 125 in run
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/lib2to3/refactor.py", line 414 in refactor_tree
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/lib2to3/refactor.py", line 371 in refactor_string
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/lib2to3/refactor.py", line 339 in refactor_file
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/lib2to3/tests/test_all_fixers.py", line 24 in test_all_project_files
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/unittest/case.py", line 549 in _callTestMethod
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/unittest/case.py", line 592 in run
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/unittest/case.py", line 652 in __call__
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/unittest/suite.py", line 122 in run
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/unittest/suite.py", line 84 in __call__
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/unittest/suite.py", line 122 in run
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/unittest/suite.py", line 84 in __call__
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/unittest/suite.py", line 122 in run
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/unittest/suite.py", line 84 in __call__
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/unittest/suite.py", line 122 in run
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/unittest/suite.py", line 84 in __call__
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/unittest/suite.py", line 122 in run
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/unittest/suite.py", line 84 in __call__
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/unittest/runner.py", line 176 in run
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/support/__init__.py", line 959 in _run_suite
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/support/__init__.py", line 1082 in run_unittest
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 211 in _test_module
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 236 in _runtest_inner2
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 272 in _runtest_inner
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 142 in _runtest
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 195 in runtest
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/libregrtest/runtest_mp.py", line 81 in run_tests_worker
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/libregrtest/main.py", line 659 in _main
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/libregrtest/main.py", line 639 in main
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/libregrtest/main.py", line 717 in main
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/regrtest.py", line 43 in _main
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/regrtest.py", line 47 in <module>
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/runpy.py", line 87 in _run_code
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/runpy.py", line 197 in _run_module_as_main
test_flock (__main__.FNTLEINTRTest) ... ok
test_lockf (__main__.FNTLEINTRTest) ... ok
test_read (__main__.OSEINTRTest) ... ok
test_wait (__main__.OSEINTRTest) ... ok
test_wait3 (__main__.OSEINTRTest) ... ok
test_wait4 (__main__.OSEINTRTest) ... ok
test_waitpid (__main__.OSEINTRTest) ... ok
test_write (__main__.OSEINTRTest) ... ok
test_devpoll (__main__.SelectEINTRTest) ... skipped 'need select.devpoll'
test_epoll (__main__.SelectEINTRTest) ... ok
test_kqueue (__main__.SelectEINTRTest) ... skipped 'need select.kqueue'
test_poll (__main__.SelectEINTRTest) ... ok
test_select (__main__.SelectEINTRTest) ... ok
test_sigtimedwait (__main__.SignalEINTRTest) ... ok
test_sigwaitinfo (__main__.SignalEINTRTest) ... ok
test_accept (__main__.SocketEINTRTest) ... ok
test_open (__main__.SocketEINTRTest) ... ok
test_os_open (__main__.SocketEINTRTest) ... ok
test_recv (__main__.SocketEINTRTest) ... ok
test_recvmsg (__main__.SocketEINTRTest) ... ok
test_send (__main__.SocketEINTRTest) ... ok
test_sendall (__main__.SocketEINTRTest) ... ok
test_sendmsg (__main__.SocketEINTRTest) ... ok
test_sleep (__main__.TimeEINTRTest) ... ok
----------------------------------------------------------------------
Ran 24 tests in 8.471s
OK (skipped=2)
test_tix skipped -- Tk unavailable due to TclError: no display name and no $DISPLAY environment variab [...]
test_winreg skipped -- No module named 'winreg'
test_winsound skipped -- No module named 'winsound'
test_startfile skipped -- object <module 'os' from '/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/os.py'> has no attribute 'startfile'
test_winconsoleio skipped -- test only relevant on win32
test_kqueue skipped -- test works only on BSD
test_ioctl skipped -- Unable to open /dev/tty
test_devpoll skipped -- test works only on Solaris OS family
test_msilib skipped -- No module named '_msi'
test_ttk_guionly skipped -- Tk unavailable due to TclError: no display name and no $DISPLAY environment variab [...]
test_tk skipped -- Tk unavailable due to TclError: no display name and no $DISPLAY environment variab [...]
test_gdb skipped -- test_gdb is not reliable on PGO builds
test_ossaudiodev skipped -- [Errno 2] No such file or directory: '/dev/dsp'
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c: In function ‘_get_names.isra.13’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c:2268:1: note: file /tmp/tmp0yt2420a/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c: In function ‘make_str_node_and_del.isra.4’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c:1229:1: note: file /tmp/tmp0yt2420a/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c: In function ‘tok_backup.isra.7’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c:1909:1: note: file /tmp/tmp0yt2420a/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c: In function ‘obj2ast_alias.isra.19’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c:10197:1: note: file /tmp/tmp0yt2420a/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c:6:1: note: file /tmp/tmp0yt2420a/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.gcda not found, execution counts estimated
GENERATE_ASDL_SEQ_CONSTRUCTOR(int, int);
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: note: file /tmp/tmp0yt2420a/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda not found, execution counts estimated
}
^
/tmp/tmp0yt2420a/parse.c: In function ‘_PyPegen_parse’:
/tmp/tmp0yt2420a/parse.c:154:1: note: file /tmp/tmp0yt2420a/tmp/tmp0yt2420a/parse.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c: In function ‘_get_names.isra.13’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c:2268:1: note: file /tmp/tmpryg_nhnw/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c: In function ‘make_str_node_and_del.isra.4’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c:1229:1: note: file /tmp/tmpryg_nhnw/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c: In function ‘tok_backup.isra.7’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c:1909:1: note: file /tmp/tmpryg_nhnw/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c: In function ‘obj2ast_alias.isra.19’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c:10197:1: note: file /tmp/tmpryg_nhnw/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c:6:1: note: file /tmp/tmpryg_nhnw/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.gcda not found, execution counts estimated
GENERATE_ASDL_SEQ_CONSTRUCTOR(int, int);
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: note: file /tmp/tmpryg_nhnw/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda not found, execution counts estimated
}
^
/tmp/tmpryg_nhnw/parse.c: In function ‘_PyPegen_parse’:
/tmp/tmpryg_nhnw/parse.c:730:1: note: file /tmp/tmpryg_nhnw/tmp/tmpryg_nhnw/parse.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c: In function ‘_get_names.isra.13’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c:2268:1: note: file /tmp/tmpeluoj3ox/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c: In function ‘make_str_node_and_del.isra.4’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c:1229:1: note: file /tmp/tmpeluoj3ox/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c: In function ‘tok_backup.isra.7’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c:1909:1: note: file /tmp/tmpeluoj3ox/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c: In function ‘obj2ast_alias.isra.19’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c:10197:1: note: file /tmp/tmpeluoj3ox/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c:6:1: note: file /tmp/tmpeluoj3ox/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.gcda not found, execution counts estimated
GENERATE_ASDL_SEQ_CONSTRUCTOR(int, int);
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: note: file /tmp/tmpeluoj3ox/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda not found, execution counts estimated
}
^
/tmp/tmpeluoj3ox/parse.c: In function ‘_PyPegen_parse’:
/tmp/tmpeluoj3ox/parse.c:299:1: note: file /tmp/tmpeluoj3ox/tmp/tmpeluoj3ox/parse.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c: In function ‘_get_names.isra.13’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c:2268:1: note: file /tmp/tmp5konwy3r/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c: In function ‘make_str_node_and_del.isra.4’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c:1229:1: note: file /tmp/tmp5konwy3r/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c: In function ‘tok_backup.isra.7’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c:1909:1: note: file /tmp/tmp5konwy3r/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c: In function ‘obj2ast_alias.isra.19’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c:10197:1: note: file /tmp/tmp5konwy3r/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c:6:1: note: file /tmp/tmp5konwy3r/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.gcda not found, execution counts estimated
GENERATE_ASDL_SEQ_CONSTRUCTOR(int, int);
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: note: file /tmp/tmp5konwy3r/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda not found, execution counts estimated
}
^
/tmp/tmp5konwy3r/parse.c: In function ‘_PyPegen_parse’:
/tmp/tmp5konwy3r/parse.c:186:1: note: file /tmp/tmp5konwy3r/tmp/tmp5konwy3r/parse.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c: In function ‘_get_names.isra.13’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c:2268:1: note: file /tmp/tmp7owt0i7g/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c: In function ‘make_str_node_and_del.isra.4’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c:1229:1: note: file /tmp/tmp7owt0i7g/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c: In function ‘tok_backup.isra.7’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c:1909:1: note: file /tmp/tmp7owt0i7g/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c: In function ‘obj2ast_alias.isra.19’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c:10197:1: note: file /tmp/tmp7owt0i7g/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c:6:1: note: file /tmp/tmp7owt0i7g/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.gcda not found, execution counts estimated
GENERATE_ASDL_SEQ_CONSTRUCTOR(int, int);
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: note: file /tmp/tmp7owt0i7g/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda not found, execution counts estimated
}
^
/tmp/tmp7owt0i7g/parse.c: In function ‘_PyPegen_parse’:
/tmp/tmp7owt0i7g/parse.c:229:1: note: file /tmp/tmp7owt0i7g/tmp/tmp7owt0i7g/parse.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c: In function ‘_get_names.isra.13’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c:2268:1: note: file /tmp/tmpn73tkhut/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c: In function ‘make_str_node_and_del.isra.4’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c:1229:1: note: file /tmp/tmpn73tkhut/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c: In function ‘tok_backup.isra.7’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c:1909:1: note: file /tmp/tmpn73tkhut/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c: In function ‘obj2ast_alias.isra.19’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c:10197:1: note: file /tmp/tmpn73tkhut/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c:6:1: note: file /tmp/tmpn73tkhut/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.gcda not found, execution counts estimated
GENERATE_ASDL_SEQ_CONSTRUCTOR(int, int);
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: note: file /tmp/tmpn73tkhut/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda not found, execution counts estimated
}
^
/tmp/tmpn73tkhut/parse.c: In function ‘_PyPegen_parse’:
/tmp/tmpn73tkhut/parse.c:260:1: note: file /tmp/tmpn73tkhut/tmp/tmpn73tkhut/parse.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c: In function ‘_get_names.isra.13’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c:2268:1: note: file /tmp/tmp2q7um5ab/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c: In function ‘make_str_node_and_del.isra.4’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c:1229:1: note: file /tmp/tmp2q7um5ab/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c: In function ‘tok_backup.isra.7’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c:1909:1: note: file /tmp/tmp2q7um5ab/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c: In function ‘obj2ast_alias.isra.19’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c:10197:1: note: file /tmp/tmp2q7um5ab/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c:6:1: note: file /tmp/tmp2q7um5ab/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.gcda not found, execution counts estimated
GENERATE_ASDL_SEQ_CONSTRUCTOR(int, int);
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: note: file /tmp/tmp2q7um5ab/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda not found, execution counts estimated
}
^
/tmp/tmp2q7um5ab/parse.c: In function ‘_PyPegen_parse’:
/tmp/tmp2q7um5ab/parse.c:742:1: note: file /tmp/tmp2q7um5ab/tmp/tmp2q7um5ab/parse.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c: In function ‘_get_names.isra.13’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c:2268:1: note: file /tmp/tmp22jzqg7c/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c: In function ‘make_str_node_and_del.isra.4’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c:1229:1: note: file /tmp/tmp22jzqg7c/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c: In function ‘tok_backup.isra.7’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c:1909:1: note: file /tmp/tmp22jzqg7c/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c: In function ‘obj2ast_alias.isra.19’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c:10197:1: note: file /tmp/tmp22jzqg7c/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c:6:1: note: file /tmp/tmp22jzqg7c/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.gcda not found, execution counts estimated
GENERATE_ASDL_SEQ_CONSTRUCTOR(int, int);
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: note: file /tmp/tmp22jzqg7c/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda not found, execution counts estimated
}
^
/tmp/tmp22jzqg7c/parse.c: In function ‘_PyPegen_parse’:
/tmp/tmp22jzqg7c/parse.c:219:1: note: file /tmp/tmp22jzqg7c/tmp/tmp22jzqg7c/parse.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c: In function ‘_get_names.isra.13’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c:2268:1: note: file /tmp/tmpln70cljr/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c: In function ‘make_str_node_and_del.isra.4’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c:1229:1: note: file /tmp/tmpln70cljr/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c: In function ‘tok_backup.isra.7’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c:1909:1: note: file /tmp/tmpln70cljr/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c: In function ‘obj2ast_alias.isra.19’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c:10197:1: note: file /tmp/tmpln70cljr/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c:6:1: note: file /tmp/tmpln70cljr/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.gcda not found, execution counts estimated
GENERATE_ASDL_SEQ_CONSTRUCTOR(int, int);
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: note: file /tmp/tmpln70cljr/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda not found, execution counts estimated
}
^
/tmp/tmpln70cljr/parse.c: In function ‘_PyPegen_parse’:
/tmp/tmpln70cljr/parse.c:132:1: note: file /tmp/tmpln70cljr/tmp/tmpln70cljr/parse.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c: In function ‘_get_names.isra.13’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c:2268:1: note: file /tmp/tmp90c2dux0/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c: In function ‘make_str_node_and_del.isra.4’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c:1229:1: note: file /tmp/tmp90c2dux0/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c: In function ‘tok_backup.isra.7’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c:1909:1: note: file /tmp/tmp90c2dux0/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c: In function ‘obj2ast_alias.isra.19’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c:10197:1: note: file /tmp/tmp90c2dux0/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c:6:1: note: file /tmp/tmp90c2dux0/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.gcda not found, execution counts estimated
GENERATE_ASDL_SEQ_CONSTRUCTOR(int, int);
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: note: file /tmp/tmp90c2dux0/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda not found, execution counts estimated
}
^
/tmp/tmp90c2dux0/parse.c: In function ‘_PyPegen_parse’:
/tmp/tmp90c2dux0/parse.c:225:1: note: file /tmp/tmp90c2dux0/tmp/tmp90c2dux0/parse.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c: In function ‘_get_names.isra.13’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c:2268:1: note: file /tmp/tmpe7tdx38w/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c: In function ‘make_str_node_and_del.isra.4’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c:1229:1: note: file /tmp/tmpe7tdx38w/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c: In function ‘tok_backup.isra.7’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c:1909:1: note: file /tmp/tmpe7tdx38w/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c: In function ‘obj2ast_alias.isra.19’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c:10197:1: note: file /tmp/tmpe7tdx38w/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c:6:1: note: file /tmp/tmpe7tdx38w/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.gcda not found, execution counts estimated
GENERATE_ASDL_SEQ_CONSTRUCTOR(int, int);
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: note: file /tmp/tmpe7tdx38w/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda not found, execution counts estimated
}
^
/tmp/tmpe7tdx38w/parse.c: In function ‘_PyPegen_parse’:
/tmp/tmpe7tdx38w/parse.c:217:1: note: file /tmp/tmpe7tdx38w/tmp/tmpe7tdx38w/parse.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c: In function ‘_get_names.isra.13’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c:2268:1: note: file /tmp/tmphpytgnd6/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c: In function ‘make_str_node_and_del.isra.4’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c:1229:1: note: file /tmp/tmphpytgnd6/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c: In function ‘tok_backup.isra.7’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c:1909:1: note: file /tmp/tmphpytgnd6/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c: In function ‘obj2ast_alias.isra.19’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c:10197:1: note: file /tmp/tmphpytgnd6/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c:6:1: note: file /tmp/tmphpytgnd6/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.gcda not found, execution counts estimated
GENERATE_ASDL_SEQ_CONSTRUCTOR(int, int);
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: note: file /tmp/tmphpytgnd6/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda not found, execution counts estimated
}
^
/tmp/tmphpytgnd6/parse.c: In function ‘_PyPegen_parse’:
/tmp/tmphpytgnd6/parse.c:132:1: note: file /tmp/tmphpytgnd6/tmp/tmphpytgnd6/parse.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c: In function ‘_get_names.isra.13’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c:2268:1: note: file /tmp/tmpbdcbaboy/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c: In function ‘make_str_node_and_del.isra.4’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c:1229:1: note: file /tmp/tmpbdcbaboy/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c: In function ‘tok_backup.isra.7’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c:1909:1: note: file /tmp/tmpbdcbaboy/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c: In function ‘obj2ast_alias.isra.19’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c:10197:1: note: file /tmp/tmpbdcbaboy/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c:6:1: note: file /tmp/tmpbdcbaboy/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.gcda not found, execution counts estimated
GENERATE_ASDL_SEQ_CONSTRUCTOR(int, int);
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: note: file /tmp/tmpbdcbaboy/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda not found, execution counts estimated
}
^
/tmp/tmpbdcbaboy/parse.c: In function ‘_PyPegen_parse’:
/tmp/tmpbdcbaboy/parse.c:372:1: note: file /tmp/tmpbdcbaboy/tmp/tmpbdcbaboy/parse.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c: In function ‘_get_names.isra.13’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c:2268:1: note: file /tmp/tmpnmxr9jv_/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c: In function ‘make_str_node_and_del.isra.4’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c:1229:1: note: file /tmp/tmpnmxr9jv_/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c: In function ‘tok_backup.isra.7’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c:1909:1: note: file /tmp/tmpnmxr9jv_/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c: In function ‘obj2ast_alias.isra.19’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c:10197:1: note: file /tmp/tmpnmxr9jv_/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c:6:1: note: file /tmp/tmpnmxr9jv_/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.gcda not found, execution counts estimated
GENERATE_ASDL_SEQ_CONSTRUCTOR(int, int);
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: note: file /tmp/tmpnmxr9jv_/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda not found, execution counts estimated
}
^
/tmp/tmpnmxr9jv_/parse.c: In function ‘_PyPegen_parse’:
/tmp/tmpnmxr9jv_/parse.c:374:1: note: file /tmp/tmpnmxr9jv_/tmp/tmpnmxr9jv_/parse.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c: In function ‘_get_names.isra.13’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c:2268:1: note: file /tmp/tmplj1ip87k/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c: In function ‘make_str_node_and_del.isra.4’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c:1229:1: note: file /tmp/tmplj1ip87k/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c: In function ‘tok_backup.isra.7’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c:1909:1: note: file /tmp/tmplj1ip87k/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c: In function ‘obj2ast_alias.isra.19’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c:10197:1: note: file /tmp/tmplj1ip87k/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c:6:1: note: file /tmp/tmplj1ip87k/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.gcda not found, execution counts estimated
GENERATE_ASDL_SEQ_CONSTRUCTOR(int, int);
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: note: file /tmp/tmplj1ip87k/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda not found, execution counts estimated
}
^
/tmp/tmplj1ip87k/parse.c: In function ‘_PyPegen_parse’:
/tmp/tmplj1ip87k/parse.c:525:1: note: file /tmp/tmplj1ip87k/tmp/tmplj1ip87k/parse.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c: In function ‘_get_names.isra.13’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c:2268:1: note: file /tmp/tmpwnjxt9ot/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c: In function ‘make_str_node_and_del.isra.4’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c:1229:1: note: file /tmp/tmpwnjxt9ot/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c: In function ‘tok_backup.isra.7’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c:1909:1: note: file /tmp/tmpwnjxt9ot/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c: In function ‘obj2ast_alias.isra.19’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c:10197:1: note: file /tmp/tmpwnjxt9ot/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c:6:1: note: file /tmp/tmpwnjxt9ot/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.gcda not found, execution counts estimated
GENERATE_ASDL_SEQ_CONSTRUCTOR(int, int);
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: note: file /tmp/tmpwnjxt9ot/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda not found, execution counts estimated
}
^
/tmp/tmpwnjxt9ot/parse.c: In function ‘_PyPegen_parse’:
/tmp/tmpwnjxt9ot/parse.c:115:1: note: file /tmp/tmpwnjxt9ot/tmp/tmpwnjxt9ot/parse.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c: In function ‘_get_names.isra.13’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c:2268:1: note: file /tmp/tmpynsyc5xg/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c: In function ‘make_str_node_and_del.isra.4’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c:1229:1: note: file /tmp/tmpynsyc5xg/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c: In function ‘tok_backup.isra.7’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c:1909:1: note: file /tmp/tmpynsyc5xg/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c: In function ‘obj2ast_alias.isra.19’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c:10197:1: note: file /tmp/tmpynsyc5xg/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c:6:1: note: file /tmp/tmpynsyc5xg/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.gcda not found, execution counts estimated
GENERATE_ASDL_SEQ_CONSTRUCTOR(int, int);
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: note: file /tmp/tmpynsyc5xg/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda not found, execution counts estimated
}
^
/tmp/tmpynsyc5xg/parse.c: In function ‘_PyPegen_parse’:
/tmp/tmpynsyc5xg/parse.c:113:1: note: file /tmp/tmpynsyc5xg/tmp/tmpynsyc5xg/parse.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c: In function ‘_get_names.isra.13’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c:2268:1: note: file /tmp/tmp_1yh2hm9/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c: In function ‘make_str_node_and_del.isra.4’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c:1229:1: note: file /tmp/tmp_1yh2hm9/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c: In function ‘tok_backup.isra.7’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c:1909:1: note: file /tmp/tmp_1yh2hm9/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c: In function ‘obj2ast_alias.isra.19’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c:10197:1: note: file /tmp/tmp_1yh2hm9/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c:6:1: note: file /tmp/tmp_1yh2hm9/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.gcda not found, execution counts estimated
GENERATE_ASDL_SEQ_CONSTRUCTOR(int, int);
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: note: file /tmp/tmp_1yh2hm9/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda not found, execution counts estimated
}
^
/tmp/tmp_1yh2hm9/parse.c: In function ‘_PyPegen_parse’:
/tmp/tmp_1yh2hm9/parse.c:181:1: note: file /tmp/tmp_1yh2hm9/tmp/tmp_1yh2hm9/parse.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c: In function ‘_get_names.isra.13’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c:2268:1: note: file /tmp/tmpt1av0n1u/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c: In function ‘make_str_node_and_del.isra.4’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c:1229:1: note: file /tmp/tmpt1av0n1u/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c: In function ‘tok_backup.isra.7’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c:1909:1: note: file /tmp/tmpt1av0n1u/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c: In function ‘obj2ast_alias.isra.19’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c:10197:1: note: file /tmp/tmpt1av0n1u/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c:6:1: note: file /tmp/tmpt1av0n1u/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.gcda not found, execution counts estimated
GENERATE_ASDL_SEQ_CONSTRUCTOR(int, int);
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: note: file /tmp/tmpt1av0n1u/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda not found, execution counts estimated
}
^
/tmp/tmpt1av0n1u/parse.c: In function ‘_PyPegen_parse’:
/tmp/tmpt1av0n1u/parse.c:521:1: note: file /tmp/tmpt1av0n1u/tmp/tmpt1av0n1u/parse.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c: In function ‘_get_names.isra.13’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.c:2268:1: note: file /tmp/tmpb6tfaxzz/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/pegen.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c: In function ‘make_str_node_and_del.isra.4’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.c:1229:1: note: file /tmp/tmpb6tfaxzz/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/string_parser.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c: In function ‘tok_backup.isra.7’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.c:1909:1: note: file /tmp/tmpb6tfaxzz/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Parser/tokenizer.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c: In function ‘obj2ast_alias.isra.19’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.c:10197:1: note: file /tmp/tmpb6tfaxzz/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/Python-ast.gcda not found, execution counts estimated
}
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c: In function ‘_Py_asdl_int_seq_new’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.c:6:1: note: file /tmp/tmpb6tfaxzz/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Python/asdl.gcda not found, execution counts estimated
GENERATE_ASDL_SEQ_CONSTRUCTOR(int, int);
^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c: In function ‘PyInit_parse’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.c:154:1: note: file /tmp/tmpb6tfaxzz/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Tools/peg_generator/peg_extension/peg_extension.gcda not found, execution counts estimated
}
^
/tmp/tmpb6tfaxzz/parse.c: In function ‘_PyPegen_parse’:
/tmp/tmpb6tfaxzz/parse.c:705:1: note: file /tmp/tmpb6tfaxzz/tmp/tmpb6tfaxzz/parse.gcda not found, execution counts estimated
}
^
Fatal Python error: Segmentation fault
Current thread 0x00003fffb7dc5330 (most recent call first):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/lib2to3/btm_matcher.py", line 125 in run
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/lib2to3/refactor.py", line 414 in refactor_tree
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/lib2to3/refactor.py", line 371 in refactor_string
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/lib2to3/refactor.py", line 339 in refactor_file
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/lib2to3/tests/test_all_fixers.py", line 24 in test_all_project_files
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/unittest/case.py", line 549 in _callTestMethod
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/unittest/case.py", line 592 in run
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/unittest/case.py", line 652 in __call__
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/unittest/suite.py", line 122 in run
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/unittest/suite.py", line 84 in __call__
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/unittest/suite.py", line 122 in run
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/unittest/suite.py", line 84 in __call__
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/unittest/suite.py", line 122 in run
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/unittest/suite.py", line 84 in __call__
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/unittest/suite.py", line 122 in run
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/unittest/suite.py", line 84 in __call__
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/unittest/suite.py", line 122 in run
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/unittest/suite.py", line 84 in __call__
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/unittest/runner.py", line 176 in run
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/support/__init__.py", line 959 in _run_suite
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/support/__init__.py", line 1082 in run_unittest
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 211 in _test_module
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 236 in _runtest_inner2
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 272 in _runtest_inner
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 155 in _runtest
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 195 in runtest
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/libregrtest/main.py", line 319 in rerun_failed_tests
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/libregrtest/main.py", line 696 in _main
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/libregrtest/main.py", line 639 in main
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/libregrtest/main.py", line 717 in main
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/__main__.py", line 2 in <module>
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/runpy.py", line 87 in _run_code
File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/runpy.py", line 197 in _run_module_as_main
make: *** [buildbottest] Segmentation fault
Cannot open file '/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/test-results.xml' for upload

miss-islington added a commit that referenced this pull request Oct 23, 2020
…e last char in PATHEXT (GH-20088) (GH-22913)
shutil.which will not return None anymore for empty str in PATHEXT
Empty PATHEXT will now be defaulted to _WIN_DEFAULT_PATHEXT
(cherry picked from commit da6f098)
Co-authored-by: Christopher Marchfelder <marchfelder@googlemail.com>
miss-islington added a commit that referenced this pull request Oct 23, 2020
…e last char in PATHEXT (GH-20088) (GH-22912)
shutil.which will not return None anymore for empty str in PATHEXT
Empty PATHEXT will now be defaulted to _WIN_DEFAULT_PATHEXT
(cherry picked from commit da6f098)
Co-authored-by: Christopher Marchfelder <marchfelder@googlemail.com>
@peanutlord
peanutlord deleted the fix-shutil-which-windows branch November 1, 2020 15:34
adorilson pushed a commit to adorilson/cpython that referenced this pull request Mar 13, 2021
… char in PATHEXT (pythonGH-20088)
shutil.which will not return None anymore for empty str in PATHEXT
Empty PATHEXT will now be defaulted to _WIN_DEFAULT_PATHEXT
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

OS-windowstype-bugAn unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@peanutlord@the-knights-who-say-ni@bedevere-bot@zooba@miss-islington@eryksun