- 26 Jun, 2016 1 commit
-
-
Boxiang Sun authored
The change in PyCode_HasFreeVars and PyFrame_SetLineNumber will also effect Cython under PyPy. So add those two functions for PyPy. But didn't test those yet. [ @kirr: we might want to restructure pycapicompat.h in the future to be driven by function name as primary key. Not sure for now though - we'll see how it goes ] /reviewed-by @kirr /reviewed-on !2
-
- 17 Jun, 2016 1 commit
-
-
Boxiang Sun authored
In Pyston C API, there have new added PyFrame_SetLineNumber and PyCode_HasFreeVars two APIs. Add these two inlined C functions for CPython. PyFrame_SetLineNumber is for get frame line number. PyCode_HasFreeVars is for check whether PyCodeObject has freevars. [ @kirr: reworked patch for better structure ] /reviewed-on !1
-
- 13 Jun, 2016 3 commits
-
-
Kirill Smelkov authored
There is no valid Public Domain in Europe (the only valid Public Domain in continental law countries is after 75 years after author's death). So switch to MIT license, which is one of the most permissive OSI approved ones. Thanks @jp for clarifying and reminding about this.
-
Kirill Smelkov authored
-
Kirill Smelkov authored
This is the project to collect various CAPI functions unifying compatibility between various C-based Python implementations. See https://github.com/dropbox/pyston/issues/1230 https://github.com/dropbox/pyston/issues/1241#issuecomment-224691677 ... for idea and rationale
-