Message 347689 - Python tracker
Message347689
| Author | methane |
|---|---|
| Recipients | jdemeyer, lemburg, mark.dickinson, methane, ncoghlan, rhettinger, serhiy.storchaka, vstinner |
| Date | 2019-07-11.15:48:42 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1562860122.39.0.252985919714.issue29548@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
FYI, PyEval_CallFunction and PyEval_CallMethod doesn't respect Py_SSIZE_T_CLEAN. So runtime warning is raised when they are used with "#" format. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-07-11 15:48:42 | methane | set | recipients: + methane, lemburg, rhettinger, mark.dickinson, ncoghlan, vstinner, serhiy.storchaka, jdemeyer |
| 2019-07-11 15:48:42 | methane | set | messageid: <1562860122.39.0.252985919714.issue29548@roundup.psfhosted.org> |
| 2019-07-11 15:48:42 | methane | link | issue29548 messages |
| 2019-07-11 15:48:42 | methane | create | |