8000 gh-104773: PEP 594: Remove the nis module by vstinner · Pull Request #104897 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 24, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove more references to nsl library, NIS and nismodule
  • Loading branch information
vstinner committed May 24, 2023
commit 3f25903f01184450bb45dad5e89952fb409a1c3b
3 changes: 0 additions & 3 deletions PC/pyconfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -675,9 +675,6 @@ Py_NO_ENABLE_SHARED to find out. Also support MS_NO_COREDLL for b/w compat */
/* Define if you have the mpc library (-lmpc). */
/* #undef HAVE_LIBMPC */

/* Define if you have the nsl library (-lnsl). */
#define HAVE_LIBNSL 1

/* Define if you have the seq library (-lseq). */
/* #undef HAVE_LIBSEQ */

Expand Down
1 change: 0 additions & 1 deletion Tools/c-analyzer/cpython/_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ def clean_lines(text):
# possible system-installed headers, just in case
Modules/_tkinter.c /usr/include/tcl8.6
Modules/_uuidmodule.c /usr/include/uuid
Modules/nismodule.c /usr/include/tirpc
Modules/tkappinit.c /usr/include/tcl

# @end=tsv@
Expand Down
3 changes: 0 additions & 3 deletions Tools/c-analyzer/cpython/globals-to-fix.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -454,9 +454,6 @@ Modules/_tkinter.c - trbInCmd -
##-----------------------
## initialized once

## pre-allocated buffer
Modules/nismodule.c nisproc_maplist_2 res -

## other
Include/datetime.h - PyDateTimeAPI -
Modules/_ctypes/cfield.c _ctypes_get_fielddesc initialized -
Expand Down
2 changes: 0 additions & 2 deletions Tools/c-analyzer/cpython/ignored.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,6 @@ Modules/cmathmodule.c - tanh_special_values -
Module 522E s/config.c - _PyImport_Inittab -
Modules/faulthandler.c - faulthandler_handlers -
Modules/getnameinfo.c - gni_afdl -
Modules/nismodule.c - TIMEOUT -
Modules/nismodule.c - aliases -
Modules/posixmodule.c os_getxattr_impl buffer_sizes -
Modules/posixmodule.c os_listxattr_impl buffer_sizes -
Modules/posixmodule.c - posix_constants_confstr -
Expand Down
0