-
-
Notifications
You must be signed in to change notification settings - Fork 482
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
Fix a few cython "referenced before assignment" warnings #33176
Comments
Author: Michael Orlitzky |
Commit: |
Branch: u/mjo/ticket/33176 |
comment:3
Did you intend to set
Otherwise, the changes look good to me. |
comment:4
Related discussion in #33201. |
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
|
comment:6
Replying to @mwageringel:
I think so. The first time it's used (if it's used) is when it's passed by reference to, Z_pX_min_val_coeff(minval, mini, self.x, pZZ.x) According to |
Reviewer: Markus Wageringel, Marc Mezzarobba |
Changed branch from u/mjo/ticket/33176 to |
Our build displays several warnings like
for variables that are passed by reference to a C function that overwrites them (meaning that there is no real bug). Here we fix a few easy ones by initializing the variable.
Component: build
Author: Michael Orlitzky
Branch/Commit:
93f2e90
Reviewer: Markus Wageringel, Marc Mezzarobba
Issue created by migration from https://trac.sagemath.org/ticket/33176
The text was updated successfully, but these errors were encountered: