Skip to content

Python 3.13 beta 2 build fails on Windows when using both --experimental-jit and --disable-gil #120326

Closed
@cdgriffith

Description

@cdgriffith

Bug report

Bug description:

PCbuild\build.bat --experimental-jit --disable-gil

commit: 14ff4c9

Repeating a lot of the same error:

C:\Users\redacted\Projects\cpython\Include\object.h(249,11): error G10448251: call to undeclared library function '__readgsqword' with type 'unsigned long long (unsigned long)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] [C:\Users\redacted\Projects\cpython\PCbuild\pythoncore.vcxproj]

build_output.txt

Both --experimental-jit and --disable-gil work on their own.

CPython versions tested on:

3.13

Operating systems tested on:

Windows

Linked PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions