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 francismb
Recipients amaury.forgeotdarc, arigo, benjamin.peterson, eric.araujo, eric.smith, francismb, serhiy.storchaka
Date 2014-11-17.10:47:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <5469D201.2020902@email.de>
In-reply-to <1416211975.73.0.36764347152.issue11145@psf.upfronthosting.co.za>
Content
I'm not sure if it's relevant but in the patch you changed
previous 'assert(check)' with 'if (not check) goto error'.
But the new patch code adds 'assert(len == 0 || Py_REFCNT(r1) == 1);'

Just curious, is there a reason why couldn't be in the same way?
History
Date User Action Args
2014-11-17 10:47:04francismbsetrecipients: + francismb, arigo, amaury.forgeotdarc, eric.smith, benjamin.peterson, eric.araujo, serhiy.storchaka
2014-11-17 10:47:04francismblinkissue11145 messages
2014-11-17 10:47:04francismbcreate