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: assume unistd.h exists
Type: Stage: resolved
Components: Build Versions: Python 3.8
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: benjamin.peterson
Priority: normal Keywords: patch

Created on 2018-09-14 04:28 by benjamin.peterson, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 9290 merged benjamin.peterson, 2018-09-14 04:29
Messages (2)
msg325322 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2018-09-14 04:28
We still have some conditional code under HAVE_UNISTD. However, we also unconditionally include it many other places, so let's just get rid of the condition and configure check.
msg325325 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2018-09-14 04:57
New changeset ea13740a37347d68d096b11b87c9167917ccfc22 by Benjamin Peterson in branch 'master':
bpo-34674: Assume unistd.h exists on Unix. (GH-9290)
https://github.com/python/cpython/commit/ea13740a37347d68d096b11b87c9167917ccfc22
History
Date User Action Args
2022-04-11 14:59:05adminsetgithub: 78855
2018-09-14 04:58:00benjamin.petersonsetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2018-09-14 04:57:34benjamin.petersonsetmessages: + msg325325
2018-09-14 04:29:32benjamin.petersonsetkeywords: + patch
stage: patch review
pull_requests: + pull_request8721
2018-09-14 04:28:45benjamin.petersoncreate