You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building for Linux/X64, the 3.13 branch will not run successfully run python -m ensurepip if built with both --enable-experimental-jit and --with-pydebug:
git checkout 3.13
make clean
./configure --enable-experimental-jit --with-pydebug
make -j8
./python -m ensurepip
Bug report
Bug description:
When building for Linux/X64, the 3.13 branch will not run successfully run
python -m ensurepipif built with both--enable-experimental-jitand--with-pydebug:This fails with an error message like:
Building with either config flag individually successfully builds.
Results of
./python -VV: Python 3.13.0b2+ (heads/3.13:ff358616ddb, Jun 12 2024, 21:17:57) [GCC 11.4.0]Built on Ubuntu 22.04; same failure on two separate machines. These options build successfully on main (
030b452e).CPython versions tested on:
3.13
Operating systems tested on:
Linux
Linked PRs
_CHECK_STACK_SPACEoptimization problems introduced in gh-118322 #120712_CHECK_STACK_SPACEoptimization problems introduced in gh-118322 (GH-120712) #120747