Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0781d23

Browse files
committed
Fix _run_bisect()
1 parent178ab69 commit0781d23

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

‎Lib/test/libregrtest/main.py‎

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -282,14 +282,6 @@ def _run_bisect(self, runtests: RunTests, test: str, progress: str) -> bool:
282282
print("#"*len(title))
283283
print()
284284

285-
ifself.python_cmd:
286-
# Temp patch for https://github.com/python/cpython/issues/94052
287-
self.log(
288-
"Bisect failed tests is not supported with --python "
289-
"host runner option."
290-
)
291-
return
292-
293285
cmd=runtests.create_python_cmd()
294286
cmd.extend([
295287
"-m","test.bisect_cmd",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp