Message313954
| Author | Dormouse759 |
|---|---|
| Recipients | Dormouse759, belopolsky, skip.montanaro, vstinner |
| Date | 2018-03-16.16:36:55 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1521218215.94.0.467229070634.issue29673@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I have created a PR here - https://github.com/python/cpython/pull/6126 The problem was, indeed, change in the code structure. The macro checked for presence inside of PyEval_EvalFrame() using address of a neighbouring function. Also, arguments to PyEval_EvalFrame() were changed, so the macro responsible for printing of the frame needed a little tweak. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-03-16 16:36:56 | Dormouse759 | set | recipients: + Dormouse759, skip.montanaro, belopolsky, vstinner |
| 2018-03-16 16:36:55 | Dormouse759 | set | messageid: <1521218215.94.0.467229070634.issue29673@psf.upfronthosting.co.za> |
| 2018-03-16 16:36:55 | Dormouse759 | link | issue29673 messages |
| 2018-03-16 16:36:55 | Dormouse759 | create | |