Commit 987d50c
authored
port to windows-rs (RustPython#5080)
* Fix OpenSSL in windows CI
* bump windows-rs
* prepare windows-sys 0.48
* CloseHandle
* DuplicateHandle
* CreatePipe
* GetFileType
* GetExitCodeProcess
* TerminateProcess
* GetStdHandle
* GetCurrentProcess
* DeleteProcThreadAttributeList
* WaitForSingleObject
* CreateProcessW
* InitializeProcThreadAttributeList
* UpdateProcThreadAttribute
* clean up helpers1 parent 2fa88f9 commit 987d50c
File tree
4 files changed
+213
-168
lines changed- .github/workflows
- vm
- src/stdlib
4 files changed
+213
-168
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
260 | | - | |
| 260 | + | |
261 | 261 | | |
262 | | - | |
| 262 | + | |
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
119 | 135 | | |
120 | 136 | | |
121 | 137 | | |
| |||
0 commit comments