MINGW-packages/mingw-w64-python3.13/0064-_testconsole.c-Fix-casing-path-sep.patch
Christoph Reiter 04c9ed3700 python3.13: Add 3.13.7
* add libb2 as dep
* remove "-Wl,--large-address-aware", default now via makepkg
* remove 2to3 logic, no longer in Python
2025-09-08 22:02:30 +02:00

23 lines
671 B
Diff

From 6f5c581b0e8217e04d1d8946849a2310d9b5997e Mon Sep 17 00:00:00 2001
From: Long Nguyen <nguyen.long.908132@gmail.com>
Date: Sun, 14 Nov 2021 14:55:35 +0700
Subject: [PATCH 064/N] _testconsole.c: Fix casing & path sep
---
PC/_testconsole.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/PC/_testconsole.c b/PC/_testconsole.c
index 0dcea86..c38378a 100644
--- a/PC/_testconsole.c
+++ b/PC/_testconsole.c
@@ -140,7 +140,7 @@ _testconsole_read_output_impl(PyObject *module, PyObject *file)
}
-#include "clinic\_testconsole.c.h"
+#include "clinic/_testconsole.c.h"
PyMethodDef testconsole_methods[] = {
_TESTCONSOLE_WRITE_INPUT_METHODDEF