消息 [166581]
BTW, BaseException_init() has the code
Py_XDECREF(self->args);
self->args = args;
Py_INCREF(self->args);
Presumably the Py_XDECREF(self->args) would be better replaced by Py_CLEAR(self->args)? |
|
| 日期 |
用户 |
动作 |
参数 |
| 2012-07-27 16:26:25 | sbt | 修改 | recipients:
+ sbt, gvanrossum, loewis, nnorwitz, brett.cannon, georg.brandl, facundobatista, jafo, ehuss, tseaver, jaraco, belopolsky, zseil, fmitha, pitrou, vstinner, taleinat, alexandre.vassalotti, benjamin.peterson, jarpa, bpb, zbysz, kylev, lukasz.langa |
| 2012-07-27 16:26:25 | sbt | 修改 | messageid: <1343406385.23.0.849356251742.issue1692335@psf.upfronthosting.co.za> |
| 2012-07-27 16:26:24 | sbt | 链接 | issue1692335 messages |
| 2012-07-27 16:26:24 | sbt | 创建 | |
|