From 720c2ade200e9c5ab1a13df5612a48cdbd8d6353 Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Aug 31 2017 12:26:42 +0000 Subject: Update comment for patch 170 --- diff --git a/python3.spec b/python3.spec index 9792bb7..b2fc811 100644 --- a/python3.spec +++ b/python3.spec @@ -311,12 +311,10 @@ Patch163: 00163-disable-parts-of-test_socket-in-rpm-build.patch # In debug builds, try to print repr() when a C-level assert fails in the # garbage collector (typically indicating a reference-counting error # somewhere else e.g in an extension module) -# Backported to 2.7 from a patch I sent upstream for py3k -# http://bugs.python.org/issue9263 -# (https://bugzilla.redhat.com/show_bug.cgi?id=614680) -# hiding the proposed new macros/functions within gcmodule.c to avoid exposing +# The new macros/functions within gcmodule.c are hidden to avoid exposing # them within the extension API. -# See https://bugzilla.redhat.com/show_bug.cgi?id=850013 +# Sent upstream: http://bugs.python.org/issue9263 +# See https://bugzilla.redhat.com/show_bug.cgi?id=614680 Patch170: 00170-gc-assertions.patch # 00178 #