_Py_set_inheritable(): do nothing if the FD_CLOEXEC close is already set/cleared · Issue #70957 · 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 | 26770 |
---|---|
Nosy | @vstinner, @vadmium, @serhiy-storchaka, @zooba |
Files | set_inheritable_fcntl.patchstress.py |
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/vstinner' closed_at = <Date 2016-04-17.14:52:33.475> created_at = <Date 2016-04-15.13:21:00.300> labels = ['performance'] title = '_Py_set_inheritable(): do nothing if the FD_CLOEXEC close is already set/cleared' updated_at = <Date 2016-04-17.14:52:33.455> user = 'https://github.com/vstinner'
bugs.python.org fields:
activity = <Date 2016-04-17.14:52:33.455> actor = 'vstinner' assignee = 'vstinner' closed = True closed_date = <Date 2016-04-17.14:52:33.475> closer = 'vstinner' components = [] creation = <Date 2016-04-15.13:21:00.300> creator = 'vstinner' dependencies = [] files = ['42472', '42497'] hgrepos = [] issue_num = 26770 keywords = ['patch'] message_count = 7.0 messages = ['263493', '263494', '263603', '263604', '263609', '263610', '263611'] nosy_count = 5.0 nosy_names = ['vstinner', 'python-dev', 'martin.panter', 'serhiy.storchaka', 'steve.dower'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = 'commit review' status = 'closed' superseder = None type = 'performance' url = 'https://bugs.python.org/issue26770' versions = ['Python 3.6']