Message317986
The tp_clear handler should be a pointer to the function that returns int.
typedef int (*inquiry)(PyObject *);
Two handlers in the stdlib (for AST and deque objects) return void instead. The following PR fixes this. |
|
| Date |
User |
Action |
Args |
| 2018-05-29 07:06:44 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, rhettinger |
| 2018-05-29 07:06:44 | serhiy.storchaka | set | messageid: <[email protected]> |
| 2018-05-29 07:06:43 | serhiy.storchaka | link | issue33677 messages |
| 2018-05-29 07:06:43 | serhiy.storchaka | create | |
|