Message307795
The proposed PR replaces argument declarations "PyObject **args" with "PyObject * const *args". In many cases this can be a pointer to the internal array of the tuple object. It is not safe to change it.
PyEval_EvalCodeEx() is the only public function affected by this change, but this change is backward compatible. All other affected code is a private C API. |
|
| Date |
User |
Action |
Args |
| 2017-12-07 11:21:41 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, vstinner |
| 2017-12-07 11:21:41 | serhiy.storchaka | set | messageid: <[email protected]> |
| 2017-12-07 11:21:41 | serhiy.storchaka | link | issue32240 messages |
| 2017-12-07 11:21:41 | serhiy.storchaka | create | |
|