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 emilyemorehouse
Recipients Elias Vanderstuyft, emilyemorehouse, yselivanov
Date 2017-01-24.03:45:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1485229507.35.0.5145413916.issue29354@psf.upfronthosting.co.za>
In-reply-to
Content
Aspiring contributor here!

I believe I have narrowed this error down to the inspect module, specifically in the for loop beginning on line 759. 

There's a bit of "acrobatics" (to quote the code comments) that I'm trying to sift through, I've been using the getargspec method from the inspect module as well as print statements in the inspect module to narrow down the error. It definitely doesn't seem like the previously mentioned for loop is functioning properly, as the first item in the stack is being referenced when it is empty. Additionally, I'm utilizing the dis module to help make sense of the full code object to compare against the behavior in the for loop.

Yury, I've respectfully included you here as you're listed as the expert for the inspect module. I would really like to submit a patch for this, but may need a nudge in the right direction. I will update here with my progress.
History
Date User Action Args
2017-01-24 03:45:07emilyemorehousesetrecipients: + emilyemorehouse, yselivanov, Elias Vanderstuyft
2017-01-24 03:45:07emilyemorehousesetmessageid: <1485229507.35.0.5145413916.issue29354@psf.upfronthosting.co.za>
2017-01-24 03:45:07emilyemorehouselinkissue29354 messages
2017-01-24 03:45:06emilyemorehousecreate