subprocess.poll() does not handle errno.ECHILD "No child processes" · Issue #59960 · python/cpython (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Description
BPO | 15756 |
---|---|
Nosy | @gpshead, @jcea |
Files | issue15756_poll_v1.patch |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
assignee = 'https://github.com/gpshead' closed_at = <Date 2012-09-29.19:03:53.624> created_at = <Date 2012-08-21.19:15:16.936> labels = ['type-bug', 'library'] title = 'subprocess.poll() does not handle errno.ECHILD "No child processes"' updated_at = <Date 2012-09-29.19:03:53.623> user = 'https://bugs.python.org/twhitema'
bugs.python.org fields:
activity = <Date 2012-09-29.19:03:53.623> actor = 'gregory.p.smith' assignee = 'gregory.p.smith' closed = True closed_date = <Date 2012-09-29.19:03:53.624> closer = 'gregory.p.smith' components = ['Library (Lib)'] creation = <Date 2012-08-21.19:15:16.936> creator = 'twhitema' dependencies = [] files = ['26951'] hgrepos = [] issue_num = 15756 keywords = ['patch'] message_count = 5.0 messages = ['168798', '168799', '169581', '171588', '171589'] nosy_count = 5.0 nosy_names = ['gregory.p.smith', 'jcea', 'twhitema', 'tshepang', 'python-dev'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue15756' versions = ['Python 2.7', 'Python 3.2', 'Python 3.3', 'Python 3.4']