Message416372
> I've had to debug a segfault before only because the inline function implicitly cast its arguments, and it was accessing a non-existent member. If it were a macro it would access the struct member directly, and the compiler would be able to catch that and warn me before runtime.
This is part of Python C API legacy and as I wrote, it's not going to change soon. The minor enhancement that we can do is to inject an assertion when Python is built in debug mode. |
|
Date |
User |
Action |
Args |
2022-03-30 15:07:14 | vstinner | set | recipients:
+ vstinner, Mark.Shannon, kj |
2022-03-30 15:07:13 | vstinner | set | messageid: <1648652833.95.0.646428359512.issue47164@roundup.psfhosted.org> |
2022-03-30 15:07:13 | vstinner | link | issue47164 messages |
2022-03-30 15:07:13 | vstinner | create | |
|