Emily Morehouse added the comment:

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.

----------
nosy: +emilyemorehouse, yselivanov

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29354>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to