diff options
author | Victor Stinner <vstinner@python.org> | 2020-05-12 01:43:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-12 01:43:38 +0200 |
commit | 4804b5b3df82e7892ca0550b02f902bcfc16bb48 (patch) | |
tree | a5c199a893d417fcce434e4412373e9a3ecd557f /Python/pythonrun.c | |
parent | 27c0d9b54abaa4112d5a317b8aa78b39ad60a808 (diff) | |
download | cpython-git-4804b5b3df82e7892ca0550b02f902bcfc16bb48.tar.gz |
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.
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions