Message 206733 - Python tracker
Message206733
| Author | vstinner |
|---|---|
| Recipients | gvanrossum, ncoghlan, pitrou, skrah, vstinner |
| Date | 2013-12-21.13:52:10 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1387633930.54.0.685095491227.issue20037@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
iostate_shutdown.patch: "_PyIO_State *state = IO_STATE;" looks weird to me. The macro should be take parenthesis: "_PyIO_State *state = IO_STATE();". When I read IO_STATE, it looks like a global variable, whereas it does call a real function. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-12-21 13:52:10 | vstinner | set | recipients: + vstinner, gvanrossum, ncoghlan, pitrou, skrah |
| 2013-12-21 13:52:10 | vstinner | set | messageid: <1387633930.54.0.685095491227.issue20037@psf.upfronthosting.co.za> |
| 2013-12-21 13:52:10 | vstinner | link | issue20037 messages |
| 2013-12-21 13:52:10 | vstinner | create | |