mirror of
https://github.com/python/cpython.git
synced 2026-01-30 22:55:41 +00:00
mmap() returns MAP_FAILED ((void*)-1) on error, not NULL. The current check never detects mmap failures, so jitdump initialization proceeds even when the memory mapping fails.
Miscellaneous source files for the main Python shared library