Commit bd4e1a6
avoid strong reference to exceptions during unwind (#2008)
* avoid strong reference to exceptions during unwind
* update cython files
* fix getattr
* remove comment
* avoid side effect from overloaded getattr/setattr
* Generate cython on Windows
* Put back non sys monitoring cython
---------
Co-authored-by: Rich Chiodo false <rchiodo@microsoft.com>1 parent 880b083 commit bd4e1a6
File tree
3 files changed
+3461
-3248
lines changed- src/debugpy/_vendored/pydevd/_pydevd_sys_monitoring
3 files changed
+3461
-3248
lines changedLines changed: 15 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
172 | 179 | | |
173 | 180 | | |
174 | 181 | | |
| |||
177 | 184 | | |
178 | 185 | | |
179 | 186 | | |
180 | | - | |
181 | | - | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
182 | 193 | | |
183 | 194 | | |
184 | 195 | | |
185 | | - | |
| 196 | + | |
186 | 197 | | |
187 | 198 | | |
188 | 199 | | |
| |||
222 | 233 | | |
223 | 234 | | |
224 | 235 | | |
225 | | - | |
| 236 | + | |
226 | 237 | | |
227 | 238 | | |
228 | 239 | | |
| |||
0 commit comments