mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
gh-84461: Omit resource mod and getresuid funcs on Emscripten (GH-96303)
This commit is contained in:
parent
1fc8bd3710
commit
a36235d5c7
4 changed files with 10 additions and 4 deletions
3
configure
generated
vendored
3
configure
generated
vendored
|
@ -25654,6 +25654,7 @@ case $ac_sys_system in #(
|
|||
py_cv_module_nis=n/a
|
||||
py_cv_module_ossaudiodev=n/a
|
||||
py_cv_module_pwd=n/a
|
||||
py_cv_module_resource=n/a
|
||||
py_cv_module_spwd=n/a
|
||||
py_cv_module_syslog=n/a
|
||||
py_cv_module_=n/a
|
||||
|
@ -25664,7 +25665,6 @@ case $ac_sys_system in #(
|
|||
|
||||
|
||||
py_cv_module_fcntl=n/a
|
||||
py_cv_module_resource=n/a
|
||||
py_cv_module_readline=n/a
|
||||
py_cv_module_termios=n/a
|
||||
py_cv_module_=n/a
|
||||
|
@ -25679,7 +25679,6 @@ case $ac_sys_system in #(
|
|||
py_cv_module__ctypes_test=n/a
|
||||
py_cv_module_fcntl=n/a
|
||||
py_cv_module_mmap=n/a
|
||||
py_cv_module_resource=n/a
|
||||
py_cv_module_termios=n/a
|
||||
py_cv_module_=n/a
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue