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

type inference can break 'del' statement #1323

Closed
robertwb opened this issue Apr 17, 2012 · 3 comments
Closed

type inference can break 'del' statement #1323

robertwb opened this issue Apr 17, 2012 · 3 comments

Comments

@robertwb
Copy link
Contributor

This fails to compile:

def test():
    x = 1    # inferred as int
    del x    # error: Deletion of non-Python, non-C++ object

Migrated from http://trac.cython.org/ticket/768

@robertwb
Copy link
Contributor Author

scoder changed owner from somebody to vitja
commented

@robertwb
Copy link
Contributor Author

scoder changed milestone from wishlist to 0.17
commented

@robertwb
Copy link
Contributor Author

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

fixed here 0f122b6

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