gh-116749: Disable GIL by default in free-threaded build by colesbury · Pull Request #118295 · python/cpython

@colesbury

@colesbury colesbury commented

Apr 25, 2024

edited by bedevere-app bot

Loading

swtaarrs, mpage, network-shark, itamaro, fried, corona10, FeldrinH, rdenadai, yqy2001, edgarrmondragon, and 10 more reacted with rocket emoji corona10, FeldrinH, rdenadai, danielhollas, and archsyscall reacted with eyes emoji

@colesbury

Switch GIL to disabled by default in free-threaded build so that the
free-threaded CIs catch thread-safety issues.

@colesbury

@bedevere-bot

🤖 New build scheduled with the buildbot fleet by @colesbury for commit 9fc88f4 🤖

The command will test the builders whose names match following regular expression: nogil

The builders matched are:

  • x86-64 MacOS Intel ASAN NoGIL PR
  • AMD64 Ubuntu NoGIL Refleaks PR
  • ARM64 MacOS M1 NoGIL PR
  • AMD64 Windows Server 2022 NoGIL PR
  • AMD64 Ubuntu NoGIL PR
  • ARM64 MacOS M1 Refleaks NoGIL PR
  • x86-64 MacOS Intel NoGIL PR

@colesbury colesbury marked this pull request as ready for review

April 26, 2024 15:04

SonicField

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

swtaarrs

@colesbury

DinoV

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sweet!!

swtaarrs

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Exciting 😃

@corona10

@cychen2021