Message 276082 - Python tracker
Message276082
| Author | serhiy.storchaka |
|---|---|
| Recipients | ned.deily, serhiy.storchaka, vstinner |
| Date | 2016-09-12.17:55:52 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1473702952.51.0.841128110001.issue28105@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Objects/methodobject.c: In function ‘_PyCFunction_FastCallKeywords’: Objects/methodobject.c:281:24: warning: ‘nkwargs’ may be used uninitialized in this function [-Wmaybe-uninitialized] assert((nargs == 0 && nkwargs == 0) || stack != NULL); ^ |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-09-12 17:55:52 | serhiy.storchaka | set | recipients: + serhiy.storchaka, vstinner, ned.deily |
| 2016-09-12 17:55:52 | serhiy.storchaka | set | messageid: <1473702952.51.0.841128110001.issue28105@psf.upfronthosting.co.za> |
| 2016-09-12 17:55:52 | serhiy.storchaka | link | issue28105 messages |
| 2016-09-12 17:55:52 | serhiy.storchaka | create | |