[issue38156] input fucntion raises SystemError after specific input.

2020-08-03 Thread miss-islington
miss-islington added the comment: New changeset 46e448abbf35c051e5306a4695670d7ec7abc4e9 by Miss Islington (bot) in branch '3.8': bpo-38156: Fix compiler warning in PyOS_StdioReadline() (GH-21721) https://github.com/python/cpython/commit/46e448abbf35c051e5306a4695670d7ec7abc4e9 --

[issue38156] input fucntion raises SystemError after specific input.

2020-08-03 Thread miss-islington
miss-islington added the comment: New changeset b6724be8047ac2404aab870d35d8f95bb0b7036a by Miss Islington (bot) in branch '3.9': bpo-38156: Fix compiler warning in PyOS_StdioReadline() (GH-21721) https://github.com/python/cpython/commit/b6724be8047ac2404aab870d35d8f95bb0b7036a --

[issue38156] input fucntion raises SystemError after specific input.

2020-08-03 Thread miss-islington
Change by miss-islington : -- pull_requests: +20868 pull_request: https://github.com/python/cpython/pull/21725 ___ Python tracker ___

[issue38156] input fucntion raises SystemError after specific input.

2020-08-03 Thread miss-islington
Change by miss-islington : -- pull_requests: +20866 pull_request: https://github.com/python/cpython/pull/21723 ___ Python tracker ___

[issue38156] input fucntion raises SystemError after specific input.

2020-08-03 Thread STINNER Victor
STINNER Victor added the comment: New changeset bde48fd8110cc5f128d5db44810d17811e328a24 by Victor Stinner in branch 'master': bpo-38156: Fix compiler warning in PyOS_StdioReadline() (GH-21721) https://github.com/python/cpython/commit/bde48fd8110cc5f128d5db44810d17811e328a24 --

[issue38156] input fucntion raises SystemError after specific input.

2020-08-03 Thread STINNER Victor
Change by STINNER Victor : -- nosy: +vstinner nosy_count: 3.0 -> 4.0 pull_requests: +20864 pull_request: https://github.com/python/cpython/pull/21721 ___ Python tracker ___

[issue38156] input fucntion raises SystemError after specific input.

2020-07-28 Thread miss-islington
miss-islington added the comment: New changeset 7cfede6859586f77f786bda56af4698ae2245f56 by Miss Islington (bot) in branch '3.8': closes bpo-38156: Always handle interrupts in PyOS_StdioReadline. (GH-21569) https://github.com/python/cpython/commit/7cfede6859586f77f786bda56af4698ae2245f56

[issue38156] input fucntion raises SystemError after specific input.

2020-07-28 Thread miss-islington
miss-islington added the comment: New changeset 22216107f2890e7ee2ab055e4983b76ff9c62169 by Miss Islington (bot) in branch '3.9': closes bpo-38156: Always handle interrupts in PyOS_StdioReadline. (GH-21569) https://github.com/python/cpython/commit/22216107f2890e7ee2ab055e4983b76ff9c62169

[issue38156] input fucntion raises SystemError after specific input.

2020-07-28 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +20814 pull_request: https://github.com/python/cpython/pull/21670 ___ Python tracker

[issue38156] input fucntion raises SystemError after specific input.

2020-07-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +20815 pull_request: https://github.com/python/cpython/pull/21671 ___ Python tracker ___

[issue38156] input fucntion raises SystemError after specific input.

2020-07-28 Thread Benjamin Peterson
Benjamin Peterson added the comment: New changeset a74eea238f5baba15797e2e8b570d153bc8690a7 by Benjamin Peterson in branch 'master': closes bpo-38156: Always handle interrupts in PyOS_StdioReadline. (GH-21569) https://github.com/python/cpython/commit/a74eea238f5baba15797e2e8b570d153bc8690a7

[issue38156] input fucntion raises SystemError after specific input.

2020-07-20 Thread Benjamin Peterson
Change by Benjamin Peterson : -- keywords: +patch nosy: +benjamin.peterson nosy_count: 1.0 -> 2.0 pull_requests: +20712 stage: -> patch review pull_request: https://github.com/python/cpython/pull/21569 ___ Python tracker

[issue38156] input fucntion raises SystemError after specific input.

2019-09-13 Thread Amiy Kumar
Change by Amiy Kumar : -- type: crash -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue38156] input fucntion raises SystemError after specific input.

2019-09-13 Thread Amiy Kumar
New submission from Amiy Kumar : input function raises a SystemError in bash(similar shells) when given inputs follow a certain pattern, doesn't happen in python interactive shell. It causes crash in python scripts even if KeyboardInterrupt and EOFError are handeled. No EOFError or