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 #151

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

Several inplace operators not defined #151

robertwb opened this issue May 5, 2008 · 2 comments

Comments

@robertwb
Copy link
Owner

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
Owner Author

robertwb commented Jun 7, 2008

@robertwb changed resolution to fixed
status from new to closed

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

@robertwb changed milestone to 0.9.6.x

@robertwb robertwb added this to the 0.9.6.x milestone Aug 12, 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