On 01/07/2013 10:19 AM, Olivier Grisel wrote: > 2013/1/7 Lars Buitinck <[email protected]>: >> 2013/1/7 Andreas Mueller <[email protected]>: >>> Could we maybe set up a short wiki page explaining how to work on py3k >>> support? >> +1, I'm especially interesting in how 2/3 Cython compat is going to work... > Indeed I don't know. It seemed to work out of the box last time I > tried. But now thinking about it, I don't see how the same generated C > file could possibly work for both python 2 and 3... maybe cython is > generating #ifdef preprocessor conditions whenever the python 2 C API > diverges from the python 3 C API? > > We need to check. It appears this is the case: the same generated C code is designed to work with python 2.x and 3.x. Source: http://wiki.cython.org/FAQ#WhatPythonversionsdoesCythonsupport.3F Jake
------------------------------------------------------------------------------ Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft MVPs and experts. SALE $99.99 this month only -- learn more at: http://p.sf.net/sfu/learnmore_122412 _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
