Message315301
| Author | serhiy.storchaka |
|---|---|
| Recipients | bup, paul.moore, serhiy.storchaka, steve.dower, tim.golden, zach.ware |
| Date | 2018-04-14.18:46:04 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1523731564.7.0.682650639539.issue33279@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
This isn't a bug in CPython API. You need to pass arguments of correct type to functions with a variable number of parameters. The compiler doesn't know what type is expected and can't coerce the value automatically. The same undefined behavior your can see with say printf(). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-04-14 18:46:04 | serhiy.storchaka | set | recipients: + serhiy.storchaka, paul.moore, tim.golden, zach.ware, steve.dower, bup |
| 2018-04-14 18:46:04 | serhiy.storchaka | set | messageid: <1523731564.7.0.682650639539.issue33279@psf.upfronthosting.co.za> |
| 2018-04-14 18:46:04 | serhiy.storchaka | link | issue33279 messages |
| 2018-04-14 18:46:04 | serhiy.storchaka | create | |