]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix while statements with non-bool conditions in `_pyrepl` (#127509)
authorRUANG (James Roy) <rruuaanng@outlook.com>
Wed, 1 Jan 2025 20:39:28 +0000 (04:39 +0800)
committerGitHub <noreply@github.com>
Wed, 1 Jan 2025 20:39:28 +0000 (20:39 +0000)
commita327810169982e3782bdefc2247789a71aa79b43
tree887842c72e8204da4f17e531b710a38ac3467aa3
parentbb9d955e16c5578bdbc72750fbbffc8313559109
Fix while statements with non-bool conditions in `_pyrepl` (#127509)

Fix non-bool value conditions
Lib/_pyrepl/simple_interact.py
Lib/_pyrepl/unix_console.py