Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 533384 - dev-python/pypy3-2.4.0 - Pressing return causes an exception in PyPy3 2.4
Summary: dev-python/pypy3-2.4.0 - Pressing return causes an exception in PyPy3 2.4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Alice Ferrazzi
URL: https://bitbucket.org/pypy/pypy/issue...
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2014-12-23 10:14 UTC by Paolo Pedroni
Modified: 2016-05-05 09:13 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
pypy3-2.4.0-fix_tkinter_regression_in_pypy3.patch (pypy3-2.4.0-fix_tkinter_regression_in_pypy3.patch,2.10 KB, patch)
2014-12-23 10:14 UTC, Paolo Pedroni
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Paolo Pedroni 2014-12-23 10:14:08 UTC
Created attachment 392262 [details, diff]
pypy3-2.4.0-fix_tkinter_regression_in_pypy3.patch

Trying to use idle in pypy3 I get lots of errors. I traced them to this upstream bug: https://bitbucket.org/pypy/pypy/issue/1899/regression-in-tkinter-in-pypy3-24

Attached is a patch from upstream that's supposed to fix them.
Comment 1 Patrice Clement gentoo-dev 2016-05-05 09:11:55 UTC
Thanks. We're going to merge it.
Comment 2 Patrice Clement gentoo-dev 2016-05-05 09:13:20 UTC
commit 9c8f0eb90a038b01067a38a6bc229552795b32ea (HEAD)
Author:     PPed72 <paolo.pedroni@iol.it>
AuthorDate: Fri Apr 22 17:34:22 2016 +0200
Commit:     Patrice Clement <monsieurp@gentoo.org>
CommitDate: Thu May 5 08:58:14 2016 +0000

dev-python/pypy3: fix regression in tkinter

Gentoo-Bug: https://bugs.gentoo.org/533384
Closes: https://github.com/gentoo/gentoo/pull/1326

Signed-off-by: Patrice Clement <monsieurp@gentoo.org>

dev-python/pypy3/files/pypy3-2.4.0-fix-tkinter-regression.patch | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
dev-python/pypy3/pypy3-2.4.0-r2.ebuild                          |  1 +
2 files changed, 75 insertions(+)
create mode 100644 dev-python/pypy3/files/pypy3-2.4.0-fix-tkinter-regression.patch