ProcessPool.queue is never used
Open
- Dominant language
- Python
- Stars
- 123
- Forks
- 41
- PR merge metrics
- No merged PRs in 30d
Description
The queue you create [here](https://github.com/bcoe/secure-smtpd/blob/cc51483f33f35de27883a5d5dc19e4a590360418/secure_smtpd/process_pool.py#L9). Is never used in `_accept_subprocess`.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start in secure_smtpd/process_pool.py at the queue created on line 9 and inspect _accept_subprocess, the entry point named by the issue. Trace how the ProcessPool is used to determine the queue's intended role. Done means the queue is handled consistently with that role, with no unused setup remaining.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100