2 comments (2 comments)0 reactions (0 reactions)0 assignees (0 assignees)Python48,116 stars (48,116 stars)7,843 forks (7,843 forks)batch import
bughelp wanted
Description
Contributor guide
- Tech stack
- python
- Domain
- backend
- Issue type
- bug
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-3 hours
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- unclear
- Prerequisites
- Python programmingSignal handling concepts
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 30
- Research direction
- Investigate the signal handling in the main entry point of Fooocus. Look for any blocking operations during shutdown that prevent the process from terminating. Check if there are any infinite loops or missing signal handlers. The provided image shows output continuing after Ctrl+C, so focus on the code that runs after the interrupt signal.