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 eric.smith
Recipients eric.smith, martin.panter, petr.viktorin
Date 2016-02-05.22:55:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454712904.21.0.612929143697.issue26287@psf.upfronthosting.co.za>
In-reply-to
Content
Now I think it's not a refcount problem.

I'm going to switch to POP/PUSH instead of TOP/SET_TOP. I believe the problem is that I'm not adjusting the top of stack if there's an error.
History
Date User Action Args
2016-02-05 22:55:04eric.smithsetrecipients: + eric.smith, petr.viktorin, martin.panter
2016-02-05 22:55:04eric.smithsetmessageid: <1454712904.21.0.612929143697.issue26287@psf.upfronthosting.co.za>
2016-02-05 22:55:04eric.smithlinkissue26287 messages
2016-02-05 22:55:04eric.smithcreate