Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow running Python tool in the same process #3

Closed
pawamoy opened this issue Aug 25, 2020 · 1 comment
Closed

Allow running Python tool in the same process #3

pawamoy opened this issue Aug 25, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@pawamoy
Copy link
Owner

pawamoy commented Aug 25, 2020

Is your feature request related to a problem? Please describe.
Spawning Python processes is expensive.

Describe the solution you'd like
When executing a Python tool, the user could tell failprint what to import and run, for example:

failprint --python-callable=flake8.main.cli.main -- flake8 src
@pawamoy pawamoy changed the title Allow running Python code directly Allow running Python tool in the same process Oct 2, 2020
@pawamoy pawamoy added the enhancement New feature or request label Oct 6, 2020
@pawamoy
Copy link
Owner Author

pawamoy commented Mar 5, 2023

failprint is mostly used by duty, and since it allows running callable, this is not really needed here.

@pawamoy pawamoy closed this as not planned Won't fix, can't repro, duplicate, stale Mar 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant