AndreaCensi / contracts

PyContracts is a Python package that allows to declare constraints on function parameters and return values. Contracts can be specified using Python3 annotations, or inside a docstring. PyContracts supports a basic type system, variables binding, arithmetic constraints, and has several specialized contracts and an extension API.
http://andreacensi.github.io/contracts/
Other
398 stars 62 forks source link

Adding support to long type (on python 3 fallbacks to int) #48

Open detinho opened 8 years ago

detinho commented 8 years ago

Hi. Fix for #47.

mzohaibqc commented 8 years ago

@detinho, When will be your PR merged in master? I need this functionality. Kindly merge this soon.

detinho commented 8 years ago

@mzohaibqc, I'm not a project commiter, just a contributer.

AndreaCensi commented 8 years ago

Thanks for the contrib; I will review it in a few days (when back from traveling).

mzohaibqc commented 8 years ago

@AndreaCensi Kindly review this and merge it to master. I need long support.