-
-
Notifications
You must be signed in to change notification settings - Fork 546
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a fix for Python bug #20108 #21552
Milestone
Comments
New commits:
|
This comment has been minimized.
This comment has been minimized.
Commit: |
This comment has been minimized.
This comment has been minimized.
Reviewer: Travis Scrimshaw |
comment:5
Good for upstream, so good for Sage. |
Changed branch from u/jdemeyer/add_a_fix_for_python_bug__20108 to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ipywidgets
usesinspect.getcallargs
which has a subtle bug in case the inspected function has afunc
keyword argument: http://bugs.python.org/issue20108This is fixed in Python 3.3 and later. We can easily backport the fix to Python 2.7.
While I'm at it, I also removed
sdist.patch
(which was about.hg
directories and is clearly no longer relevant) and renamed some patches with the Python issue number.Note to the release manager: ideally, this would be merged together with #21441 since both tickets trigger recompilation of all Python packages.
Upstream: Fixed upstream, in a later stable release.
CC: @EmmanuelCharpentier
Component: packages: standard
Author: Jeroen Demeyer
Branch/Commit:
cf0621d
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/21552
The text was updated successfully, but these errors were encountered: