This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Clean up detect_socket() in setup.py
Type: enhancement Stage: resolved
Components: Build Versions: Python 3.10
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: erlendaasland, ned.deily
Priority: normal Keywords: patch

Created on 2020-05-17 08:06 by erlendaasland, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 20148 merged erlendaasland, 2020-05-17 08:44
Messages (3)
msg369101 - (view) Author: Erlend E. Aasland (erlendaasland) * (Python triager) Date: 2020-05-17 08:06
Rewrite to use `if cond`, iso. `if not cond`
msg381307 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2020-11-18 00:09
New changeset ccdcb20cbeb1943f506a422c3fd942651389a187 by Erlend Egeberg Aasland in branch 'master':
bpo-40656: Clean up detect_socket() (GH-20148)
https://github.com/python/cpython/commit/ccdcb20cbeb1943f506a422c3fd942651389a187
msg381308 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2020-11-18 00:10
Thanks again for the PR.
History
Date User Action Args
2022-04-11 14:59:31adminsetgithub: 84836
2020-11-18 00:10:42ned.deilysetstatus: open -> closed
nosy: ned.deily, erlendaasland
messages: + msg381308

resolution: fixed
stage: patch review -> resolved
2020-11-18 00:09:18ned.deilysetnosy: + ned.deily
messages: + msg381307
2020-11-18 00:05:12ned.deilysetversions: + Python 3.10, - Python 3.9
2020-05-17 08:48:50erlendaaslandsetfiles: - 0001-bpo-40656-Clean-up-detect_socket.patch
2020-05-17 08:44:45erlendaaslandsetstage: patch review
pull_requests: + pull_request19453
2020-05-17 08:36:18erlendaaslandsetfiles: + 0001-bpo-40656-Clean-up-detect_socket.patch
2020-05-17 08:35:21erlendaaslandsetfiles: - 0001-Clean-up-detect_socket.patch
2020-05-17 08:06:44erlendaaslandcreate