mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
gh-84461: Omit resource mod and getresuid funcs on Emscripten (GH-96303)
(cherry picked from commit a36235d5c7
)
Co-authored-by: Christian Heimes <christian@python.org>
This commit is contained in:
parent
4958820032
commit
8238fa91c1
4 changed files with 10 additions and 4 deletions
3
configure
generated
vendored
3
configure
generated
vendored
|
@ -23532,6 +23532,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
|
||||
|
@ -23542,7 +23543,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
|
||||
|
@ -23557,7 +23557,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