Commit a992d84
authored
Fix
Instances of foreign types are opaque to Julia and we can't traverse
them. Teach `get_nth_pointer` about this. This in turn prevents
`summarysize` from crashing when invoked on a foreign object.
Fixes oscar-system/GAP.jl#1366Base.summarysize crash for instances of foreign types (#61517)1 parent 1b3fb0e commit a992d84
2 files changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2366 | 2366 | | |
2367 | 2367 | | |
2368 | 2368 | | |
| 2369 | + | |
| 2370 | + | |
| 2371 | + | |
| 2372 | + | |
| 2373 | + | |
2369 | 2374 | | |
2370 | 2375 | | |
2371 | 2376 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
69 | 72 | | |
70 | 73 | | |
71 | 74 | | |
| |||
0 commit comments