python icon indicating copy to clipboard operation
python copied to clipboard

DNM: disable the GIL (experimental) in 3.13+

Open tianon opened this issue 7 months ago • 0 comments

This is for testing, not for merging.

See:

  • https://docs.python.org/3.13/whatsnew/3.13.html#free-threaded-cpython
  • https://github.com/docker-library/python/issues/947
  • https://github.com/docker-library/python/issues/1082

Test it with something like:

$ docker build --pull https://github.com/docker-library/python.git#refs/pull/1044/merge:3.13/slim-bookworm

tianon avatar May 22 '25 20:05 tianon