Message392546
> * _ast.AST: use {Py_tp_new, PyType_GenericNew} and {Py_tp_init, ast_type_init} slots. What happens if tp_new is called without calling tp_init?
I think this is fine since ast_type_init doesn't initialize any C fields and only mutates the object by using PyObject_SetAttr |
|
| Date |
User |
Action |
Args |
| 2021-04-30 23:43:42 | pablogsal | set | recipients:
+ pablogsal, vstinner, christian.heimes, serhiy.storchaka, erlendaasland, shreyanavigyan |
| 2021-04-30 23:43:42 | pablogsal | set | messageid: <[email protected]> |
| 2021-04-30 23:43:42 | pablogsal | link | issue43916 messages |
| 2021-04-30 23:43:42 | pablogsal | create | |
|