-
-
Notifications
You must be signed in to change notification settings - Fork 481
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
Optimize lazy imports #19633
Comments
Upstream: Reported upstream. No feedback yet. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Dependencies: #18542 |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Branch: u/jdemeyer/ticket/19633 |
Commit: |
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
|
Changed dependencies from #18542 to none |
Reviewer: Travis Scrimshaw |
comment:11
Nearly trivial, but from my interpretation of the 3rd party packaging doc, we were suppose to have the first patched version be |
comment:12
I really don't think it matters if it's |
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
|
Changed upstream from Reported upstream. No feedback yet. to Reported upstream. Developers acknowledge bug. |
Changed branch from u/jdemeyer/ticket/19633 to |
Changed commit from |
comment:16
Finally... |
Changed upstream from Reported upstream. Developers acknowledge bug. to Fixed upstream, but not in a stable release. |
make
_get_object()
acpdef
method again, like it was with Cython 0.18 and before, see Upgrade to Cython 0.19 #14452. This exposes a Python bug (incorrectly claimed to be a Cython bug) which needs to be fixed.use
PyObject_RichCompare()
as a shortcut in__richcmp__()
.use
print
syntax compatible with Python 3.Upstream bug: http://bugs.python.org/issue25750
Upstream: Fixed upstream, but not in a stable release.
Component: misc
Author: Jeroen Demeyer
Branch:
308fa02
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/19633
The text was updated successfully, but these errors were encountered: