[Python-porting] PyCXX has been ported to Python 3
Brett Cannon
brett at python.org
Fri Dec 5 22:58:28 CET 2008
On Fri, Dec 5, 2008 at 12:15, Barry Scott <barry at barrys-emacs.org> wrote:
> I have been working on supporting Python 2 and Python 3 for PyCXX.
> Python 2 will be supported from
> svn: https://cxx.svn.sourceforge.net/svnroot/cxx/branches/pycxx-5-maint/CXX
> and will be release as V5.6
> Python 3 will be supported from
> svn: https://cxx.svn.sourceforge.net/svnroot/cxx/trunk/CXX
> and will be release as V6.0
> It is possible to compile wth -DPYCXX_2TO3 defined to enable one set of
> source to be compiled against Python 2 with V5.6 or Python 3 with V6.0.
> As a proof of concept pysvn on trunk can be built against Python 2 or Python
> 3.
Very cool!
-Brett
More information about the Python-porting
mailing list