Commit b3a7011
committed
Stackless issue python#139: adapt compute_cr_origin() to Stackless
The new function compute_cr_origin(int origin_depth) inspects stack
frames. Modify it to ignore C-frames.
This fixes a segfault in test.test_asyncio.test_events.EPollEventLoopTests.test_sock_client_ops1 parent 94d5fad commit b3a7011
1 file changed
+14
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1287 | 1287 | | |
1288 | 1288 | | |
1289 | 1289 | | |
1290 | | - | |
| 1290 | + | |
| 1291 | + | |
| 1292 | + | |
| 1293 | + | |
| 1294 | + | |
| 1295 | + | |
| 1296 | + | |
1291 | 1297 | | |
1292 | 1298 | | |
1293 | 1299 | | |
| |||
1304 | 1310 | | |
1305 | 1311 | | |
1306 | 1312 | | |
1307 | | - | |
| 1313 | + | |
| 1314 | + | |
| 1315 | + | |
| 1316 | + | |
| 1317 | + | |
| 1318 |
4ECE
+ | |
| 1319 | + | |
1308 | 1320 | | |
1309 | 1321 | | |
1310 | 1322 | | |
| |||
0 commit comments