bpo-40268: Remove unused pycore_pymem.h includes (GH-19531)

This commit is contained in:
Victor Stinner 2020-04-15 02:57:50 +02:00 committed by GitHub
parent 4a21e57fe5
commit d9ea5cae1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 13 additions and 26 deletions

View file

@ -1,9 +1,9 @@
#include "Python.h"
#include "pycore_getopt.h"
#include "pycore_initconfig.h"
#include "pycore_pymem.h" // _PyMem_GetAllocatorName()
#include "pycore_runtime.h" // _PyRuntime_Initialize()
#include <locale.h> // setlocale()
#include "pycore_pymem.h" // _PyMem_GetAllocatorName()
#include "pycore_runtime.h" // _PyRuntime_Initialize()
#include <locale.h> // setlocale()
#define DECODE_LOCALE_ERR(NAME, LEN) \