Message203443
Here is a patch adding Py_SAFE_DOWNCAST(). For update_star_args(), I changed the type instead, because I prefer to avoid Py_SAFE_DOWNCAST() when possible.
Modify PyEval_EvalCodeEx() and PyCode_New() to use Py_ssize_t would be more correct, but it may be slower if Py_ssize_t is larger than int, and I hope that nobody calls functions with more than INT_MAX parameters! It would be completly inefficient! |
|
| Date |
User |
Action |
Args |
| 2013-11-19 23:09:44 | vstinner | set | recipients:
+ vstinner, loewis, christian.heimes, serhiy.storchaka |
| 2013-11-19 23:09:44 | vstinner | set | messageid: <[email protected]> |
| 2013-11-19 23:09:44 | vstinner | link | issue18295 messages |
| 2013-11-19 23:09:44 | vstinner | create | |
|