summaryrefslogtreecommitdiffstats
path: root/PC
diff options
context:
space:
mode:
authorZackery Spytz <zspytz@gmail.com>2024-01-11 22:39:47 (GMT)
committerGitHub <noreply@github.com>2024-01-11 22:39:47 (GMT)
commitb4d4aa9e8d61476267951c72321fadffc2d82227 (patch)
tree78e349a3290201e0fc983401e048d917029ba377 /PC
parent2f126a70f36e36dd90db53ebdcdff9b990cf3452 (diff)
downloadcpython-b4d4aa9e8d61476267951c72321fadffc2d82227.zip
cpython-b4d4aa9e8d61476267951c72321fadffc2d82227.tar.gz
cpython-b4d4aa9e8d61476267951c72321fadffc2d82227.tar.bz2
gh-81489: Use Unicode APIs for mmap tagname on Windows (GH-14133)
Co-authored-by: Erlend E. Aasland <erlend@python.org>
Diffstat (limited to 'PC')
-rw-r--r--PC/config.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/PC/config.c b/PC/config.c
index f754ce6..5eff2f5 100644
--- a/PC/config.c
+++ b/PC/config.c
@@ -44,9 +44,7 @@ extern PyObject* PyInit__collections(void);
extern PyObject* PyInit__heapq(void);
extern PyObject* PyInit__bisect(void);
extern PyObject* PyInit__symtable(void);
-#if defined(MS_WINDOWS_DESKTOP) || defined(MS_WINDOWS_GAMES)
extern PyObject* PyInit_mmap(void);
-#endif
extern PyObject* PyInit__csv(void);
extern PyObject* PyInit__sre(void);
#if defined(MS_WINDOWS_DESKTOP) || defined(MS_WINDOWS_SYSTEM) || defined(MS_WINDOWS_GAMES)