Commit 93e1387
authored
[SYCL] Fix xmethod interaction with ptype command (#2337)
Fixes the following error when `ptype accessor[0]` command is run in GDB:
> Python Exception <class 'TypeError'> get_result_type() takes 1 positional argument but 3 were given:
> Error while fetching result type of an xmethod worker defined in Python.1 parent 7af245b commit 93e1387
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
0 commit comments