Skip to content
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

Several inplace operators not defined #558

Closed
robertwb opened this issue May 5, 2008 · 2 comments
Closed

Several inplace operators not defined #558

robertwb opened this issue May 5, 2008 · 2 comments

Comments

@robertwb
Copy link
Contributor

robertwb commented May 5, 2008

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

@robertwb
Copy link
Contributor Author

robertwb commented Jun 7, 2008

@robertwb changed resolution to fixed
status from new to closed
commented

@robertwb robertwb closed this as completed Jun 7, 2008
@robertwb
Copy link
Contributor Author

@robertwb changed milestone to 0.9.6.x
commented

@robertwb robertwb added this to the 0.9.6.x milestone Aug 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant