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

PEP-739 build-details generation is broken when --relative-paths is specified #136264

Open
Labels
buildThe build process and cross-buildtype-bugAn unexpected behavior, bug, or error
@itamaro

Description

@itamaro

Bug report

Bug description:

With a freshly python built from main (on MacOS in this repro, but also tested on Linux), trying to generating thePEP-739 build-details with the--relative-paths option fails.

$ ./python.exe -E Tools/build/generate-build-details.py /tmp/build-details.json --relative-paths

Traceback:

Traceback (most recent call last):  File "/Users/itamaro/work/cpython/Tools/build/generate-build-details.py", line 194, in <module>    main()    ~~~~^^  File "/Users/itamaro/work/cpython/Tools/build/generate-build-details.py", line 186, in main    make_paths_relative(data, args.config_file_path)    ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  File "/Users/itamaro/work/cpython/Tools/build/generate-build-details.py", line 157, in make_paths_relative    new_path = os.path.relpath(current_path, data['base_prefix'])  File "/Users/itamaro/work/cpython/Lib/posixpath.py", line 519, in relpath    path = os.fspath(path)TypeError: expected str, bytes or os.PathLike object, not dict

CPython versions tested on:

CPython main branch, 3.15, 3.14

Operating systems tested on:

macOS, Linux

Linked PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    buildThe build process and cross-buildtype-bugAn unexpected behavior, bug, or error

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp