Displaying 2 results from an estimated 2 matches for "pyrex_differences".
2012 Dec 07
0
[LLVMdev] Minimum Python Version
...ython bindings. There are numerous
advantages to using it over writing extension modules by hand in C, but
one advantage that is relevant to this discussion: Cython supports
Python 2 and 3 from the same source code, so it goes a long way to
easing maintenance.
http://docs.cython.org/src/userguide/pyrex_differences.html
As an example of how to write such an interface, a minimalist JIT interface:
https://github.com/samrushing/lljit
- -Sam
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.8 (Darwin)
iEYEARECAAYFAlDBOtcACgkQHBId2kpNDRZ5qgCfd6xlk5poF7fGEAWerGTxUknv
z8sAn1PaPmTcc8vgycc8H6DOsfz3Jrk6
=4BMZ
----...
2012 Dec 01
11
[LLVMdev] Minimum Python Version
I'd like to continue the discussion about minimum Python versions from the
"Use multiprocessing instead of threading" thread in its own thread because
I feel it warrants additional discussion.
In that thread, we were discussing maintaining support for Python 2.4 and
2.5. The latest response is:
On Fri, Nov 30, 2012 at 1:40 PM, Daniel Dunbar <daniel at zuster.org> wrote:
>