mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
bpo-41625: Do not add os.splice on AIX due to compatibility issues (GH-23608)
This commit is contained in:
parent
99b594404d
commit
dedc2cd5f0
2 changed files with 4 additions and 4 deletions
|
|
@ -10370,7 +10370,7 @@ os_copy_file_range_impl(PyObject *module, int src, int dst, Py_ssize_t count,
|
|||
}
|
||||
#endif /* HAVE_COPY_FILE_RANGE*/
|
||||
|
||||
#ifdef HAVE_SPLICE
|
||||
#if (defined(HAVE_SPLICE) && !defined(_AIX))
|
||||
/*[clinic input]
|
||||
|
||||
os.splice
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue