diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3/0001-Use-FLAG_REF-always-for-interned-strings.patch')
| -rw-r--r-- | meta/recipes-devtools/python/python3/0001-Use-FLAG_REF-always-for-interned-strings.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3/0001-Use-FLAG_REF-always-for-interned-strings.patch b/meta/recipes-devtools/python/python3/0001-Use-FLAG_REF-always-for-interned-strings.patch index 793385de91..993ac243fc 100644 --- a/meta/recipes-devtools/python/python3/0001-Use-FLAG_REF-always-for-interned-strings.patch +++ b/meta/recipes-devtools/python/python3/0001-Use-FLAG_REF-always-for-interned-strings.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 9f63e83b1cec872917647b11155edaffe399d103 Mon Sep 17 00:00:00 2001 | 1 | From d7217b79a4e125d4fcc1087743171b94d91d1121 Mon Sep 17 00:00:00 2001 |
| 2 | From: Inada Naoki <songofacandy@gmail.com> | 2 | From: Inada Naoki <songofacandy@gmail.com> |
| 3 | Date: Sat, 14 Jul 2018 00:46:11 +0900 | 3 | Date: Sat, 14 Jul 2018 00:46:11 +0900 |
| 4 | Subject: [PATCH] Use FLAG_REF always for interned strings | 4 | Subject: [PATCH] Use FLAG_REF always for interned strings |
| @@ -11,7 +11,7 @@ Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> | |||
| 11 | 1 file changed, 7 insertions(+), 2 deletions(-) | 11 | 1 file changed, 7 insertions(+), 2 deletions(-) |
| 12 | 12 | ||
| 13 | diff --git a/Python/marshal.c b/Python/marshal.c | 13 | diff --git a/Python/marshal.c b/Python/marshal.c |
| 14 | index c4538bd..2437160 100644 | 14 | index 4125240..341c9aa 100644 |
| 15 | --- a/Python/marshal.c | 15 | --- a/Python/marshal.c |
| 16 | +++ b/Python/marshal.c | 16 | +++ b/Python/marshal.c |
| 17 | @@ -298,9 +298,14 @@ w_ref(PyObject *v, char *flag, WFILE *p) | 17 | @@ -298,9 +298,14 @@ w_ref(PyObject *v, char *flag, WFILE *p) |
