mirror of
https://github.com/python/cpython.git
synced 2026-05-07 13:10:37 -04:00
8fe8a94a7c
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