mnba / shedskin

Automatically exported from code.google.com/p/shedskin
0 stars 0 forks source link

dict_v1 gives wrong output? #164

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. clone gitorious / shedskin
2. cd speed
3. shedskin dict_v1.py
4. make

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

Running ./dict_v1 gives different output than python dict_v1.py

$ python dict_v1.py
(1227153, 18)

$ ./dict_v1
(462, 1)

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

git dbcf27fad2f916553d8b40da7bc523d2dd192df6

Mac OS X 10.7.2 on new macbook air

Please provide any additional information below.

Original issue reported on code.google.com by mrj...@gmail.com on 24 Mar 2012 at 12:39

GoogleCodeExporter commented 9 years ago
thanks for reporting! unfortunately though it works fine here (ubuntu 12.04 
32-bit).. what does the final content of the dictionary look like? how many 
failures do you see when running 'python run.py' in shedskin/tests..? 

I actually thought shedskin was broken on Lion because of the switch to LLVM.. 
are you actually using GCC here? can we add something to the documentation to 
make things easier for Lion users perhaps?

Original comment by mark.duf...@gmail.com on 24 Mar 2012 at 11:02