bpo-39465: Don't access directly _Py_Identifier members (GH-20043)
* Replace id->object with _PyUnicode_FromId(&id) * Use _Py_static_string_init(str) macro to initialize statically name_op in typeobject.c.
V
Victor Stinner committed
4804b5b3df82e7892ca0550b02f902bcfc16bb48
Parent: 27c0d9b
Committed by GitHub <noreply@github.com>
on 5/11/2020, 11:43:38 PM