Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add --disable-gil option for Windows builds #108374

Closed
Tracked by #108219
colesbury opened this issue Aug 23, 2023 · 1 comment
Closed
Tracked by #108219

Add --disable-gil option for Windows builds #108374

colesbury opened this issue Aug 23, 2023 · 1 comment
Labels
3.13 bugs and security fixes build The build process and cross-build OS-windows type-feature A feature request or enhancement

Comments

@colesbury
Copy link
Contributor

colesbury commented Aug 23, 2023

Feature or enhancement

Like #108223 but for Windows builds instead of the configure script.

The immediate motivation is for supporting additional Windows buildbots.

cc @terryjreedy @itamaro

Linked PRs

@colesbury colesbury added type-feature A feature request or enhancement OS-windows build The build process and cross-build 3.13 bugs and security fixes labels Aug 23, 2023
colesbury added a commit to colesbury/cpython that referenced this issue Aug 31, 2023
This adds a `--disable-gil` option to PCbuild/build.bat. For now, all
this does is define the Py_NOGIL macro.
zware pushed a commit that referenced this issue Sep 2, 2023
This adds a `--disable-gil` option to PCbuild/build.bat. For now, all
this does is define the Py_NOGIL macro.
@itamaro
Copy link
Contributor

itamaro commented Sep 10, 2023

this was completed

@itamaro itamaro closed this as completed Sep 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.13 bugs and security fixes build The build process and cross-build OS-windows type-feature A feature request or enhancement
Projects
None yet
Development

No branches or pull requests

2 participants