--
You received this message because you are subscribed to the Google Groups "shedskin-discuss" group.
To view this discussion on the web visit https://groups.google.com/d/msg/shedskin-discuss/-/0nUO418e6xcJ.
To post to this group, send email to shedskin...@googlegroups.com.
To unsubscribe from this group, send email to shedskin-discu...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/shedskin-discuss?hl=en.
Thank you for your response. Unfortunately I couldn't get shedskin to work, even after fixes. Could you send me the project after your fixes?
FYI two tests from test suite are failing on my system.
--
You received this message because you are subscribed to the Google Groups "shedskin-discuss" group.
To view this discussion on the web visit https://groups.google.com/d/msg/shedskin-discuss/-/bFzPMoN44cIJ.
To post to this group, send email to shedskin...@googlegroups.com.
To unsubscribe from this group, send email to shedskin-discu...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/shedskin-discuss?hl=en.
To view this discussion on the web visit https://groups.google.com/d/msg/shedskin-discuss/-/I17krt-Wj1oJ.
To post to this group, send email to shedskin...@googlegroups.com.
To unsubscribe from this group, send email to shedskin-discu...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/shedskin-discuss?hl=en.
GC Warning: Repeated allocation of very large block (appr. size 268439552):May lead to memory leak and poor performance.
*** tests failed: 2
[172, 199]
piotrek@p5q-pro:~/devel/shedskin/shedskin-0.9.2/tests$ ./run.py -l 172 > 172.txt
Traceback (most recent call last):
File "./run.py", line 104, in run_test
check_output(command, 'python %d.py' % test_nr)
File "./run.py", line 171, in check_output
raise AssertionError
AssertionError
piotrek@p5q-pro:~/devel/shedskin/shedskin-0.9.2/tests$ ./run.py -l 199 > 199.txt
Traceback (most recent call last):
File "199.py", line 12, in <module>
decompressor(open('testdata/binas', 'rb'))
IOError: [Errno 2] No such file or directory: 'testdata/binas'
Traceback (most recent call last):
File "./run.py", line 104, in run_test
check_output(command, 'python %d.py' % test_nr)
File "./run.py", line 171, in check_output
raise AssertionError
AssertionError
To view this discussion on the web visit https://groups.google.com/d/msg/shedskin-discuss/-/HxIlN5oIrMMJ.
To post to this group, send email to shedskin...@googlegroups.com.
To unsubscribe from this group, send email to shedskin-discu...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/shedskin-discuss?hl=en.
is there a chance that shedskin would work without moving constants and constant tables to outside of classes? also i think that using list
comprehensions instead of generators can have negative impact on memory usage when it comes to CPython, Jython and maybe PyPy.
To view this discussion on the web visit https://groups.google.com/d/msg/shedskin-discuss/-/TlI9E7sHONwJ.
To post to this group, send email to shedskin...@googlegroups.com.
To unsubscribe from this group, send email to shedskin-discu...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/shedskin-discuss?hl=en.
As for the loop, I can move the initialization code to some static method and call that method manually at startup. It will be less elegant, but maybe that would save you headaches.
FYI, I've redone the benchmarks finally. They are still under the same address: https://github.com/tarsa/TarsaLZP