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.

作者 pitrou
收信人 alexandre.vassalotti, belopolsky, benjamin.peterson, bpb, brett.cannon, ehuss, facundobatista, fmitha, georg.brandl, gvanrossum, jafo, jaraco, jarpa, kylev, loewis, lukasz.langa, nnorwitz, pitrou, sbt, taleinat, tseaver, vstinner, zbysz, zseil
日期 2012-07-27.19:12:28
SpamBayes Score -1.0
Marked as misclassified
Message-id <1343416218.3352.1.camel@localhost.localdomain>
In-reply-to <1343415641.48.0.990413575644.issue1692335@psf.upfronthosting.co.za>
内容
> But won't self->args point to a broken object while any callbacks triggered by Py_XDECREF() are run?
> 
> An alternative would be
> 
>     tmp = self->args;
>     self->args = args;
>     Py_INCREF(self->args);
>     Py_XDECREF(tmp);

You are right, that's better.
历史
日期 用户 动作 参数
2012-07-27 19:12:29pitrou修改recipients: + pitrou, gvanrossum, loewis, nnorwitz, brett.cannon, georg.brandl, facundobatista, jafo, ehuss, tseaver, jaraco, belopolsky, zseil, fmitha, vstinner, taleinat, alexandre.vassalotti, benjamin.peterson, jarpa, bpb, zbysz, kylev, lukasz.langa, sbt
2012-07-27 19:12:28pitrou链接issue1692335 messages
2012-07-27 19:12:28pitrou创建