]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-121711: Set `-m asyncio` return_code to 1 for ENOTTY (GH-121714) (GH-121718)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 13 Jul 2024 16:24:52 +0000 (18:24 +0200)
committerGitHub <noreply@github.com>
Sat, 13 Jul 2024 16:24:52 +0000 (18:24 +0200)
commitf0c29a2d9f1df101efed8cda643bfff732c4e36b
treed31c98eb85616c2de7e9a0655e1e6ae43c341947
parent14c5bffcc552fec1276f078dd8d20688d4e71c78
[3.13] gh-121711: Set `-m asyncio` return_code to 1 for ENOTTY (GH-121714) (GH-121718)

Set return_code to 1 for ENOTTY
(cherry picked from commit a1834742936a3a2164c25c14ecf4ae6a95288ca3)

Co-authored-by: Milan Oberkirch <milan.oberkirch@geops.com>
Lib/asyncio/__main__.py
Lib/test/test_repl.py