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 4ab201b commit d60a6beCopy full SHA for d60a6be
.github/workflows/reusable-windows.yml
@@ -41,6 +41,9 @@ jobs:
41
shell: bash
42
- name: Display build info
43
run: .\\python.bat -m test.pythoninfo
44
+ - name: DO NOT MERGE cleanup pyc
45
+ run: dir Lib/*.pyc -r | del
46
+ shell: powershell
47
- name: Tests
48
run: >-
49
.\\PCbuild\\rt.bat
Python/sysmodule.c
@@ -1,5 +1,5 @@
1
// DO NOT MERGE
2
-#define TAG NULL
+//#define TAG NULL
3
4
5
/* System module */
0 commit comments