Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

gh-104773: PEP 594: Remove the nis module#104897

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
vstinner merged 3 commits intopython:mainfromvstinner:remove_nis
May 24, 2023

Conversation

vstinner
Copy link
Member

@vstinnervstinner commentedMay 24, 2023
edited by github-actionsbot
Loading

@hugovk
Copy link
Member

Some extra nismodule / libnsl bits to remove?

Tools/c-analyzer/cpython/ignored.tsv285:Modules/nismodule.c  -       TIMEOUT -286:Modules/nismodule.c  -       aliases -Tools/c-analyzer/cpython/_parser.py123:Modules/nismodule.c  /usr/include/tirpcTools/c-analyzer/cpython/globals-to-fix.tsv458:Modules/nismodule.c  nisproc_maplist_2       res     -PC/pyconfig.h679:#define HAVE_LIBNSL 1

@vstinnervstinner requested a review froma team as acode ownerMay 24, 2023 21:31
@vstinner
Copy link
MemberAuthor

Some extra nismodule / libnsl bits to remove?

Well spotted: removed as well.

For now, I prefer to keep this code in configure.ac, since I don't know its purpose and I cannot test a change on Solaris:

$ git grep -B1 -A1 '\<nsl\>'configure.ac-# Most SVR4 platforms (e.g. Solaris) need -lsocket and -lnsl.configure.ac:AC_CHECK_LIB(nsl, t_open, [LIBS="-lnsl $LIBS"]) # SVR4configure.ac-AC_CHECK_LIB(socket, socket, [LIBS="-lsocket $LIBS"], [], $LIBS) # SVR4 sockets
hugovk reacted with thumbs up emoji

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@hugovkhugovkhugovk approved these changes

@erlend-aaslanderlend-aaslandAwaiting requested review from erlend-aaslanderlend-aasland is a code owner

@corona10corona10Awaiting requested review from corona10corona10 is a code owner

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@vstinner@hugovk@bedevere-bot

[8]ページ先頭

©2009-2025 Movatter.jp