Mailing List Archive

[issue38156] input fucntion raises SystemError after specific input.
Change by Benjamin Peterson <benjamin@python.org>:


----------
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 <report@bugs.python.org>
<https://bugs.python.org/issue38156>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue38156] input fucntion raises SystemError after specific input. [ In reply to ]
Benjamin Peterson <benjamin@python.org> 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


----------
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue38156>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue38156] input fucntion raises SystemError after specific input. [ In reply to ]
Change by miss-islington <mariatta.wijaya+miss-islington@gmail.com>:


----------
nosy: +miss-islington
nosy_count: 2.0 -> 3.0
pull_requests: +20814
pull_request: https://github.com/python/cpython/pull/21670

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue38156>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue38156] input fucntion raises SystemError after specific input. [ In reply to ]
Change by miss-islington <mariatta.wijaya+miss-islington@gmail.com>:


----------
pull_requests: +20815
pull_request: https://github.com/python/cpython/pull/21671

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue38156>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue38156] input fucntion raises SystemError after specific input. [ In reply to ]
miss-islington <mariatta.wijaya+miss-islington@gmail.com> 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


----------

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue38156>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue38156] input fucntion raises SystemError after specific input. [ In reply to ]
miss-islington <mariatta.wijaya+miss-islington@gmail.com> 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


----------

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue38156>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue38156] input fucntion raises SystemError after specific input. [ In reply to ]
miss-islington <mariatta.wijaya+miss-islington@gmail.com> 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


----------

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue38156>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue38156] input fucntion raises SystemError after specific input. [ In reply to ]
Change by STINNER Victor <vstinner@python.org>:


----------
nosy: +vstinner
nosy_count: 3.0 -> 4.0
pull_requests: +20864
pull_request: https://github.com/python/cpython/pull/21721

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue38156>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue38156] input fucntion raises SystemError after specific input. [ In reply to ]
STINNER Victor <vstinner@python.org> 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


----------

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue38156>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue38156] input fucntion raises SystemError after specific input. [ In reply to ]
Change by miss-islington <mariatta.wijaya+miss-islington@gmail.com>:


----------
pull_requests: +20866
pull_request: https://github.com/python/cpython/pull/21723

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue38156>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue38156] input fucntion raises SystemError after specific input. [ In reply to ]
Change by miss-islington <mariatta.wijaya+miss-islington@gmail.com>:


----------
pull_requests: +20868
pull_request: https://github.com/python/cpython/pull/21725

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue38156>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue38156] input fucntion raises SystemError after specific input. [ In reply to ]
miss-islington <mariatta.wijaya+miss-islington@gmail.com> 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


----------

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue38156>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue38156] input fucntion raises SystemError after specific input. [ In reply to ]
miss-islington <mariatta.wijaya+miss-islington@gmail.com> 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


----------

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue38156>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com