-
I got this weird bug while developing the `__future__` imports.
A commit demonstrating the issue is at https://github.com/tjhance/pyston/tree/weird_segfault
When I run `make dbg_map ARGS=-csrq`, I g…
-
Instructions for adding LLVM and Clang to Pyston as git submodules. This simplifies the installation and removes the need for everyone to run llvm_up.
**Fork llvm-mirrors under the Dropbox github org…
dagar updated
9 years ago
-
For example when I run "make check_assign_literal", it says
"Expected failure (got code -6, should be 1)"
The content of test/assign_literal.py is
> # expected: fail
> 2 = 2
I know it's wrong since…
-
Currently pypa fails when the last statement doesn't have a trailing newline.
I _think_ that the Official Python Grammar (https://docs.python.org/2/reference/grammar.html) doesn't technically require…
-
omg... every my code which i push to my repository changed my pull request #337 so i closed it..
lot's of conflict in using git , i need to fix it (such as re-fork main repository.. and make branch..…
-
EPOLLET is wrong.
```
tjhance@dbdev:~/pyston $ python ./test/tests/select_test.py
EPOLLERR 8
EPOLLET -2147483648
EPOLLHUP 16
EPOLLIN 1
EPOLLMSG 1024
EPOLLONESHOT 1073741824
EPOLLOUT 4
EPOLLPRI 2
EPOL…
-
This is a followup to issue #230, but this time with data from Firefox.
See the graph on https://docs.google.com/spreadsheets/d/1XhBOUhaz_27SmqlrGEZDOnIEw4FSqB446BCT6LYX-PY/edit#gid=2009067671
(I wis…
-
Probably best to simply port CPython's unicode support instead of trying to reimplement it ourselves. In theory we should aim for supporting enough of the C API that we can use CPython's Objects/unic…
-
I haven't been building the master branch for a bit and today I tried to catch up. But when I do `make all -j4` I got error (after about half an hour):
```
make[3]: *** No rule to make target '/home/…
ghost updated
9 years ago
-
Hi, I was trying to run the test for pyston by running `make check` and I have the following error:
> **\* stack smashing detected _**: /home/bobfang/pyston/pyston_dbg terminated
> …
ghost updated
9 years ago