FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

bpo-45808: Fix check for crypt_r on platforms without crypt.h by tiran · Pull Request #29563 · python/cpython · GitHub

/ cpython Public

bpo-45808: Fix check for crypt_r on platforms without crypt.h - #29563

Closed
tiran wants to merge 1 commit into
python:mainfrom
tiran:bpo-45808-crypt_r
Closed

bpo-45808: Fix check for crypt_r on platforms without crypt.h#29563
tiran wants to merge 1 commit into
python:mainfrom
tiran:bpo-45808-crypt_r

Conversation

tiran commented Nov 15, 2021
edited by bedevere-bot
Loading

Copy link
Copy Markdown
Member

Signed-off-by: Christian Heimes <christian@python.org>

tiran commented Nov 15, 2021
edited
Loading

Copy link
Copy Markdown
Member Author

The PR also introduced LIBCRYPT. I need the variable in another PR later.

The check kinda worked on FreeBSD because it picks up the unrelated file /usr/include/rpcsvc/crypt.h.

tiran added the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Nov 15, 2021

Copy link
Copy Markdown

🤖 New build scheduled with the buildbot fleet by @tiran for commit 86a3a59 🤖

If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again.

bedevere-bot removed the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Nov 15, 2021

tiran commented Nov 23, 2021

Copy link
Copy Markdown
Member Author

Superseded by #29725

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL