mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
bpo-42800: Rename AUDIT_READ to PY_AUDIT_READ (GH-25736)
This commit is contained in:
parent
9a2c2a9ec3
commit
87655e2cf5
6 changed files with 14 additions and 14 deletions
|
@ -147,7 +147,7 @@ static PyMethodDef tb_methods[] = {
|
|||
};
|
||||
|
||||
static PyMemberDef tb_memberlist[] = {
|
||||
{"tb_frame", T_OBJECT, OFF(tb_frame), READONLY|AUDIT_READ},
|
||||
{"tb_frame", T_OBJECT, OFF(tb_frame), READONLY|PY_AUDIT_READ},
|
||||
{"tb_lasti", T_INT, OFF(tb_lasti), READONLY},
|
||||
{"tb_lineno", T_INT, OFF(tb_lineno), READONLY},
|
||||
{NULL} /* Sentinel */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue