Message 166581 - Python tracker
Message166581
| Author | sbt |
|---|---|
| Recipients | 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 |
| Date | 2012-07-27.16:26:24 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1343406385.23.0.849356251742.issue1692335@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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)? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-07-27 16:26:25 | sbt | set | 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 | set | messageid: <1343406385.23.0.849356251742.issue1692335@psf.upfronthosting.co.za> |
| 2012-07-27 16:26:24 | sbt | link | issue1692335 messages |
| 2012-07-27 16:26:24 | sbt | create | |