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:
Victor Stinner
2022-02-07 16:21:31 +01:00
committed by GitHub
parent d3e53bc532
commit 4f1d3f33dd
6 changed files with 0 additions and 14 deletions

View File

@@ -318,10 +318,6 @@ typedef struct {
#define Tkapp_Interp(v) (((TkappObject *) (v))->interp)
#define DEBUG_REFCNT(v) (printf("DEBUG: id=%p, refcnt=%i\n", \
(void *) v, Py_REFCNT(v)))
/**** Error Handling ****/