This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xdegaye
Recipients Mark.Shannon, arigo, belopolsky, benjamin.peterson, ncoghlan, njs, vstinner, xdegaye, xgdomingo, yselivanov
Date 2017-07-01.10:03:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498903407.42.0.36586105717.issue30744@psf.upfronthosting.co.za>
In-reply-to
Content
In msg296758 Nathaniel wrote:
> It turns out if you simply delete the LocalsToFast and FastToLocals calls in call_trampoline, then the test suite still passes. I'm pretty sure that pdb relies on this as a way to set local variables, though, so I think this is probably more of a bug in the test suite than anything else.

Maybe a point to be taken in this issue is that pdb does a poor usage of this feature as shown in issue 9633: changing the value of a local only works in limited cases.
History
Date User Action Args
2017-07-01 10:03:27xdegayesetrecipients: + xdegaye, arigo, ncoghlan, belopolsky, vstinner, benjamin.peterson, njs, Mark.Shannon, yselivanov, xgdomingo
2017-07-01 10:03:27xdegayesetmessageid: <1498903407.42.0.36586105717.issue30744@psf.upfronthosting.co.za>
2017-07-01 10:03:27xdegayelinkissue30744 messages
2017-07-01 10:03:27xdegayecreate