File tree
Expand file treeCollapse file tree
16 files changed
+139
-98
lines changedFilter options
- Lib/ctypes
- test
- vm/src/stdlib/ctypes
Expand file treeCollapse file tree
16 files changed
+139
-98
lines changed+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
346 | 346 |
|
347 | 347 |
|
348 | 348 |
|
349 |
| - |
| 349 | + |
Lib/ctypes/tests/__init__.py renamed to Lib/ctypes/test/__init__.py
Copy file name to clipboardFile renamed without changes.
Lib/ctypes/tests/__main__.py renamed to Lib/ctypes/test/__main__.py
Copy file name to clipboardFile renamed without changes.
Lib/ctypes/tests/test_arrays.py renamed to Lib/ctypes/test/test_arrays.py
Copy file name to clipboardExpand all lines: Lib/ctypes/test/test_arrays.py+8-3Lines changed: 8 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
177 | 177 |
|
178 | 178 |
|
179 | 179 |
|
| 180 | + |
180 | 181 |
|
181 | 182 |
|
182 | 183 |
|
| 184 | + |
183 | 185 |
|
184 | 186 |
|
185 | 187 |
|
186 |
| - |
| 188 | + |
187 | 189 |
|
188 | 190 |
|
189 | 191 |
|
190 | 192 |
|
191 | 193 |
|
| 194 | + |
192 | 195 |
|
193 | 196 |
|
194 | 197 |
|
195 | 198 |
|
| 199 | + |
196 | 200 |
|
197 | 201 |
|
198 | 202 |
|
199 | 203 |
|
| 204 | + |
200 | 205 |
|
201 | 206 |
|
202 | 207 |
|
203 | 208 |
|
204 |
| - |
| 209 | + |
205 | 210 |
|
206 | 211 |
|
207 | 212 |
|
208 | 213 |
|
209 | 214 |
|
210 |
| - |
| 215 | + |
211 | 216 |
|
212 | 217 |
|
213 | 218 |
|
|
Lib/ctypes/tests/test_buffers.py renamed to Lib/ctypes/test/test_buffers.py
Copy file name to clipboardFile renamed without changes.
Lib/ctypes/tests/test_bytes.py renamed to Lib/ctypes/test/test_bytes.py
Copy file name to clipboardFile renamed without changes.
Lib/ctypes/tests/test_funcptr.py renamed to Lib/ctypes/test/test_funcptr.py
Copy file name to clipboardFile renamed without changes.
Lib/ctypes/tests/test_functions.py renamed to Lib/ctypes/test/test_functions.py
Copy file name to clipboardFile renamed without changes.
Lib/ctypes/tests/test_loading.py renamed to Lib/ctypes/test/test_loading.py
Copy file name to clipboardFile renamed without changes.
Lib/ctypes/tests/test_strings.py renamed to Lib/ctypes/test/test_strings.py
Copy file name to clipboardFile renamed without changes.
0 commit comments