Issue 55 in tinypy: Defining more that 255 functons fails.

44 views
Skip to first unread message

codesite...@google.com

unread,
Feb 17, 2013, 2:55:13 PM2/17/13
to tin...@googlegroups.com
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 55 by paulhaeb...@gmail.com: Defining more that 255 functons
fails.
http://code.google.com/p/tinypy/issues/detail?id=55

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.


Attachments:
deflimit.py 7.4 KB

--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
Reply all
Reply to author
Forward
0 new messages