mirror of
https://github.com/python/cpython.git
synced 2025-10-10 00:43:41 +00:00
bpo-46670: Remove unused macros in the Modules directory (GH-31194)
* bpo-46670: Remove unused macros in the Modules directory * Add again LINKAT_DIR_FD_CONVERTER: generated by Argument Clinic
This commit is contained in:
parent
d3e53bc532
commit
4f1d3f33dd
6 changed files with 0 additions and 14 deletions
|
@ -2065,8 +2065,6 @@ static PyMemberDef s_members[] = {
|
|||
{NULL} /* sentinel */
|
||||
};
|
||||
|
||||
#define OFF(x) offsetof(PyStructObject, x)
|
||||
|
||||
static PyGetSetDef s_getsetlist[] = {
|
||||
{"format", (getter)s_get_format, (setter)NULL, "struct format string", NULL},
|
||||
{"size", (getter)s_get_size, (setter)NULL, "struct size in bytes", NULL},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue