Message 258573 - Python tracker
Message258573
| Author | vstinner |
|---|---|
| Recipients | brett.cannon, vstinner, yselivanov |
| Date | 2016-01-19.07:44:34 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1453189474.52.0.551532259954.issue26145@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
sys_init_code_transformer: Py_DECREF(name); must be Py_XDECREF(name); at exit, it can NULL. An unit test on an invalid transformer (with no name) is missing? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-01-19 07:44:34 | vstinner | set | recipients: + vstinner, brett.cannon, yselivanov |
| 2016-01-19 07:44:34 | vstinner | set | messageid: <1453189474.52.0.551532259954.issue26145@psf.upfronthosting.co.za> |
| 2016-01-19 07:44:34 | vstinner | link | issue26145 messages |
| 2016-01-19 07:44:34 | vstinner | create | |