Skip to content

dmypy: run multiple independent daemons #12771

@Jasha10

Description

@Jasha10

While editing python files, I use two tools that both rely on dmypy as a backend.
Sometimes one tool causes the other tool to malfunction via dmypy interaction.

For example, tool 1 works well on its own, but once I start tool 2, tool 1's call to dmypy results in a "configuration changed" message and a "No data received" error with exit code 2:

Restarting: configuration changed
Daemon stopped
Daemon started
No data received

Feature

I would like each tool to use it's own instance of dmypy. Tool 2 should not interfere with tool 1.
Perhaps this could be configured via a command-line flag for the dmypy executable.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions