We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05cb507 commit 7bc83cdCopy full SHA for 7bc83cd
.devcontainer/devcontainer.json
@@ -1,5 +1,5 @@
1
{
2
- "image": "ghcr.io/python/devcontainer:latest",
+ "image": "cpython-devcontainer-local",
3
"onCreateCommand": [
4
// Install common tooling.
5
"dnf",
.github/workflows/jit.yml
@@ -162,9 +162,6 @@ jobs:
162
fail-fast: false
163
matrix:
164
include:
165
- - name: Free-Threaded (Debug)
166
- configure_flags: --enable-experimental-jit --with-pydebug --disable-gil
167
- continue_on_error: true
168
- name: JIT without optimizations (Debug)
169
configure_flags: --enable-experimental-jit --with-pydebug
170
test_env: "PYTHON_UOPS_OPTIMIZE=0"
0 commit comments