- 22 Dec, 2014 4 commits
- 19 Dec, 2014 10 commits
-
-
Kevin Modzelewski authored
There are two tricky things left that I don't think we can support soon: - MultipartConversionError uses multiple inheritance - structseq.c sets a tp_dealloc The structseq_dealloc function is a "simple" destructer (functionality is covered by our GC), so we can just comment it out. Ideally we'd have some way of automatically determining that it's a no-op so that we don't have to run it.
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
Ie run lint.py tester.py under Pyston, and use Pyston on the setup.py script to build our test extension modules. Pass SELF_HOST=1 to make to invoke this behavior
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
Looks like for now this only changes double-closing-angle-brackets (now formats "> >" as ">>" in templates), but apparently it has effects on raw string literals as well.
-
- 18 Dec, 2014 26 commits
-
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
Starting to really hit critical mass in terms of having enough API support that it's easier to copy additional API functions over.
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
And turn off that part of the fork.py test as well
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
My first stab at writing CMake rules
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
Required a small amount of object changes, and then a large number of replacements where we directly compared the class to int_cls. We now check that it's a subclass, since you are allowed to use True/False anywhere that you could use an int. ex "xrange(0, n, step=True)"
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
in both directions, from Pyston->CAPI and CAPI->Pyston
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
Otherwise those symbols don't end up getting exported and things crash if we try to do any inlining, which only happens on the larger benchmarks or when running in -O mode.
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-