Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix comment
  • Loading branch information
ashm-dev committed Nov 20, 2025
commit a9827370dcaebfe578ee596d71580650845b5e98
2 changes: 1 addition & 1 deletion Lib/test/test_cmd_line.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def test_run_module_bug1764407(self):

@support.cpython_only
def test_null_byte_in_interactive_mode(self):
# gh-140594: heap-buffer-underflow in PyOS_StdioReadline when a NUL (\0)
# gh-140594: heap-buffer-overflow in PyOS_StdioReadline when a NULL
Comment thread
ashm-dev marked this conversation as resolved.
Outdated
# is present in interactive input. The test ensures that feeding a null
# byte to the interactive prompt does not crash the interpreter.
proc = spawn_python('-i')
Expand Down
Loading