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

number does not respect long #47

Open
averagehat opened this issue Mar 3, 2016 · 0 comments
Open

number does not respect long #47

averagehat opened this issue Mar 3, 2016 · 0 comments

Comments

@averagehat
Copy link

In [32]: @contract(a='number')
    ...: def foo(a):
    ...:     return a
In [33]: foo(9999999L)
 . . . .  . . .  . 
.................. # long error outptut here
 ------- (end clauses) -------
checking: float|int|uint      for value: Instance of <type 'long'>: 9999999L   
checking: $(float|int|uint)   for value: Instance of <type 'long'>: 9999999L   
checking: number              for value: Instance of <type 'long'>: 9999999L   
Variables bound in inner context:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant