bpo-46670: Remove unused macros in the Python directory (GH-31192)

This commit is contained in:
Victor Stinner 2022-02-07 16:21:52 +01:00 committed by GitHub
parent 760349198d
commit 7d8b69e1d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 2 additions and 29 deletions

View file

@ -24,8 +24,6 @@
extern "C" {
#endif
#define CACHEDIR "__pycache__"
/* Forward references */
static PyObject *import_add_module(PyThreadState *tstate, PyObject *name);