mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
bpo-46670: Remove unused macros in the Python directory (GH-31192)
This commit is contained in:
parent
760349198d
commit
7d8b69e1d1
4 changed files with 2 additions and 29 deletions
|
@ -24,8 +24,6 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define CACHEDIR "__pycache__"
|
||||
|
||||
/* Forward references */
|
||||
static PyObject *import_add_module(PyThreadState *tstate, PyObject *name);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue