File tree
4 files changed
+8
-6
lines changedFilter options
- Lib/test/test_cppext
4 files changed
+8
-6
lines changedLib/test/test_cppext.py renamed to Lib/test/test_cppext/__init__.py
Copy file name to clipboardExpand all lines: Lib/test/test_cppext/__init__.py+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
15 |
| - |
16 |
| - |
| 14 | + |
| 15 | + |
17 | 16 |
|
18 | 17 |
|
19 | 18 |
|
| ||
42 | 41 |
|
43 | 42 |
|
44 | 43 |
|
45 |
| - |
| 44 | + |
| 45 | + |
46 | 46 |
|
47 | 47 |
|
48 | 48 |
|
|
Lib/test/_testcppext.cpp renamed to Lib/test/test_cppext/extension.cpp
Copy file name to clipboardExpand all lines: Lib/test/test_cppext/extension.cpp+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
| 3 | + |
| 4 | + |
3 | 5 |
|
4 | 6 |
|
5 | 7 |
|
|
Lib/test/setup_testcppext.py renamed to Lib/test/test_cppext/setup.py
Copy file name to clipboardExpand all lines: Lib/test/test_cppext/setup.py+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
5 |
| - |
6 | 5 |
|
7 | 6 |
|
8 | 7 |
|
9 | 8 |
|
10 | 9 |
|
11 | 10 |
|
12 | 11 |
|
13 |
| - |
| 12 | + |
14 | 13 |
|
15 | 14 |
|
16 | 15 |
|
|
+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2132 | 2132 |
|
2133 | 2133 |
|
2134 | 2134 |
|
| 2135 | + |
2135 | 2136 |
|
2136 | 2137 |
|
2137 | 2138 |
|
|
0 commit comments