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

Add test for Issue11109: socketserver.ForkingMixIn leaves zombies, also fails to reap all zombies in one pass. #90093

Open
iritkatriel opened this issue Nov 29, 2021 · 1 comment
Labels
3.11 only security fixes tests Tests in the Lib/test dir type-feature A feature request or enhancement

Comments

@iritkatriel
Copy link
Member

BPO 45935
Nosy @gpshead, @orsenthil, @vstinner, @giampaolo, @iritkatriel

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 = None
closed_at = None
created_at = <Date 2021-11-29.23:38:11.853>
labels = ['type-feature', 'tests', '3.11']
title = 'Add test for Issue11109: socketserver.ForkingMixIn leaves zombies, also fails to reap all zombies in one pass.'
updated_at = <Date 2021-11-29.23:38:11.853>
user = 'https://github.com/iritkatriel'

bugs.python.org fields:

activity = <Date 2021-11-29.23:38:11.853>
actor = 'iritkatriel'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Tests']
creation = <Date 2021-11-29.23:38:11.853>
creator = 'iritkatriel'
dependencies = []
files = []
hgrepos = []
issue_num = 45935
keywords = []
message_count = 1.0
messages = ['407335']
nosy_count = 7.0
nosy_names = ['gregory.p.smith', 'orsenthil', 'vstinner', 'giampaolo.rodola', 'jwarkentin', 'python-dev', 'iritkatriel']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue45935'
versions = ['Python 3.11']

@iritkatriel
Copy link
Member Author

As mentioned in https://bugs.python.org/issue11109#msg136869, test_socketserver needs to be updated to serve as a regression test for bpo-11109.

@iritkatriel iritkatriel added 3.11 only security fixes tests Tests in the Lib/test dir type-feature A feature request or enhancement labels Nov 29, 2021
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.11 only security fixes tests Tests in the Lib/test dir type-feature A feature request or enhancement
Projects
None yet
Development

No branches or pull requests

1 participant