Skip to content

Commit d60a6be

Browse files
committed
Check running tests without existing .pyc files
1 parent 4ab201b commit d60a6be

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/reusable-windows.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141
shell: bash
4242
- name: Display build info
4343
run: .\\python.bat -m test.pythoninfo
44+
- name: DO NOT MERGE cleanup pyc
45+
run: dir Lib/*.pyc -r | del
46+
shell: powershell
4447
- name: Tests
4548
run: >-
4649
.\\PCbuild\\rt.bat

Python/sysmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// DO NOT MERGE
2-
#define TAG NULL
2+
//#define TAG NULL
33

44

55
/* System module */

0 commit comments

Comments
 (0)