Skip to content

Python 3.14: Ctrl+D behavior during debugging #13453

@nicoddemus

Description

@nicoddemus

As discussed in this GitHub comment, pressing Ctrl+D in the debugger now quits the entire test session, whereas previously, it only failed the current test.

We need to decide how to proceed:

  1. Implement consistent behavior across all versions. If so, which behavior should we choose?
  2. Keep the behavior different -- this may not be a major issue since it's an interactive feature.

Metadata

Metadata

Assignees

No one assigned

    Labels

    plugin: debuggingrelated to the debugging builtin plugintype: enhancementnew feature or API change, should be merged into features branch

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions