Closed
Description
Bug report
Bug description:
Initially reported in PR comments: #123413
There looks like three cases to investigate/work on from this:
- Gentoo +
musl
-> there is an extra mmap call - Gentoo + sandbox -> many additional calls (Probably an environment to disable in if can detect)
- Should there be a more general switch to disable?
relates to: gh-120754
My first thought for 1 is mmap
could generally be filtered out (it has shown up moderately frequently in my testing on other systems, generally used for memory allocation in wrapping). Working on setting up a Gentoo environment to test / experiment / investigate locally and develop patches.
cc: @mgorny, @vstinner, @gpshead, @hauntsaninja
CPython versions tested on:
CPython main branch
Operating systems tested on:
Linux