We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following produce error messages (regardless of a and n):
a <<= n a >>= n a **= n a //= n
http://docs.python.org/lib/module-operator.html
This is because Pyrex only supported single and two-character operators in its lexicon. (Of course, his should change.)
Migrated from http://trac.cython.org/ticket/1
The text was updated successfully, but these errors were encountered:
@robertwb changed resolution to fixed status from new to closed
Sorry, something went wrong.
@robertwb changed milestone to 0.9.6.x
No branches or pull requests
The following produce error messages (regardless of a and n):
http://docs.python.org/lib/module-operator.html
This is because Pyrex only supported single and two-character operators in its lexicon. (Of course, his should change.)
Migrated from http://trac.cython.org/ticket/1
The text was updated successfully, but these errors were encountered: