# =============
# 3.13 and 3.14
# =============

# Starting with Python 3.13.13, these methods accept None for the "scheduler"
# and "setpgroup" parameters, but would raise a TypeError with Python 3.13.12
# and earlier. For compatibility reasons, we don't allow None in the stubs.
os.posix_spawn
os.posix_spawnp

# =======
# >= 3.13
# =======

(mmap.MAP_32BIT)?  # Exists locally on MacOS but not on GitHub
