aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/shibokenmodule/support/signature/fix-complaints.py
diff options
context:
space:
mode:
authorChristian Tismer <tismer@stackless.com>2019-03-01 15:18:45 +0100
committerChristian Tismer <tismer@stackless.com>2019-03-01 14:48:15 +0000
commit54f48761deba04f8ac68b601894d31bdabee3fd6 (patch)
tree85d0f73a38ff5691f684839eeed2d08d43c0fb77 /sources/shiboken2/shibokenmodule/support/signature/fix-complaints.py
parent8aa9cdf783e926e9d9a5543b77a54d3a34e90782 (diff)
Amend The Python 3.5 Fix
After the bug found in PYSIDE-928, the contextlib problem of Python 3.5 also vanished. What remains is the crash on shutdown which is caused by module 'testbinding'. Task-number: PYSIDE-953 Change-Id: I07f18fa468fdb0758ee4e4b7663c3a42bec42822 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'sources/shiboken2/shibokenmodule/support/signature/fix-complaints.py')
-rw-r--r--sources/shiboken2/shibokenmodule/support/signature/fix-complaints.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/shiboken2/shibokenmodule/support/signature/fix-complaints.py b/sources/shiboken2/shibokenmodule/support/signature/fix-complaints.py
index ef18beb67..cdd84f9be 100644
--- a/sources/shiboken2/shibokenmodule/support/signature/fix-complaints.py
+++ b/sources/shiboken2/shibokenmodule/support/signature/fix-complaints.py
@@ -49,7 +49,7 @@ you are changing messages (what I did, of course :-) .
import os
-patched_modules = "backport_inspect typing27 contextlib36"
+patched_modules = "backport_inspect typing27"
offending_words = {
"behavio""ur": "behavior",