Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[3.13] Ensurepip fails when built with--enable-experimental-jit and--with-pydebug (Linux) #120437

Closed
Assignees
Zheaoli
Labels
3.13bugs and security fixesinterpreter-core(Objects, Python, Grammar, and Parser dirs)type-crashA hard crash of the interpreter, possibly with a core dump
@JeffersGlass

Description

@JeffersGlass

Bug report

Bug description:

When building for Linux/X64, the 3.13 branch will not run successfully runpython -m ensurepip if built with both--enable-experimental-jit and--with-pydebug:

git checkout 3.13make clean./configure --enable-experimental-jit --with-pydebugmake -j8./python -m ensurepip

This fails with an error message like:

subprocess.CalledProcessError: Command'['/home/jglass/Documents/cpython/python','-W','ignore::DeprecationWarning','-c','\nimport runpy\nimport sys\nsys.path = [\'/tmp/tmpsu81mj6o/pip-24.0-py3-none-any.whl\'] + sys.path\nsys.argv[1:] = [\'install\',\'--no-cache-dir\',\'--no-index\',\'--find-links\',\'/tmp/tmpsu81mj6o\',\'pip\']\nrunpy.run_module("pip", run_name="__main__", alter_sys=True)\n']' died with<Signals.SIGABRT:6>.

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

Metadata

Metadata

Assignees

Labels

3.13bugs and security fixesinterpreter-core(Objects, Python, Grammar, and Parser dirs)type-crashA hard crash of the interpreter, possibly with a core dump

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions


    [8]ページ先頭

    ©2009-2025 Movatter.jp