Commit 7a978ae
Anselm Kruis
Stackless issue python#70: stackless specific handling of C-return values
If a C-function checks a return value of another C-function of type PyObject*,
it must handle the case of unwinding. This commit fixes PyObject_Call in
abstract.c.
https://bitbucket.org/stackless-dev/stackless/issues/70
(grafted from 113b9eaa4dd219a4f249f082f6772b9e5086e1a5)1 parent 4e39aad commit 7a978ae
2 files changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2048 | 2048 | | |
2049 | 2049 | | |
2050 | 2050 | | |
2051 | | - | |
| 2051 | + | |
2052 | 2052 | | |
2053 | 2053 | | |
2054 | 2054 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
181 | 184 | | |
182 | 185 | | |
183 | 186 | | |
| |||
551 | 554 | | |
552 | 555 | | |
553 | 556 | | |
| 557 | + | |
| 558 | + | |
554 | 559 | | |
555 | 560 | | |
556 | 561 | | |
| |||
0 commit comments