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

Defining more that 255 functons fails. #55

Open
GoogleCodeExporter opened this issue Dec 9, 2015 · 0 comments
Open

Defining more that 255 functons fails. #55

GoogleCodeExporter opened this issue Dec 9, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?

1. download the file deflimit.py.  It just has this in it:

def func0x():
        return 5

def func1x():
        return 5

def func2x():
        return 5
.
.
.
etc.

2. Try to compile it.  tinypy will print this error message:

Exception:
error: encode
766: def func255x():
      ^


What is the expected output? What do you see instead?

    I'd like it to compile without error. Right now it only compiles 255 function definitions.


What version of the product are you using? On what operating system?

   On OSX 10.7.5 tinypy version 1.1

Please provide any additional information below.

   Please see the attached file.

Original issue reported on code.google.com by paulhaeb...@gmail.com on 17 Feb 2013 at 7:54

Attachments:

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