mirror of
https://github.com/python/cpython.git
synced 2026-05-08 13:40:46 -04:00
ff2278e2bf
Distribution tooling (ex. sandbox on Gentoo and fakeroot on Debian) uses LD_PRELOAD to intercept system calls and potentially modify them when building. These tools can change the set of system calls, so disable system call testing under these cases. Co-authored-by: Michał Górny <mgorny@gentoo.org>