Naming the Python binary when `--disable-gil` is set

The gil version of python executable is “python3”.
What is the name of the nogil executable? “python-nogil3”, “python-nogil3.13” etc?
This will be needed when setting a shebang line and best its not left to each distro to pick incompatible names.

Is the shebang part of the ABI?

2 Likes