One thing to note: the current release of 3.3.2 is prone to segfaults when used on Mac OS X 10.9 (Maverick) due to this bug: http://bugs.python.org/issue18458, this makes Python unusable in the interpreter.
Thus, if possible, I'd suggest waiting for 3.3.3 or at least use 3.3.3RC2 which has the OS X issue fixed: http://python.org/download/releases/3.3.3/ mike On Sat, Nov 16, 2013 at 4:43 PM, Alex Fraser <[email protected]> wrote: > Hi all, > > Now that the release has happened and we can commit again, can we > please upgrade to Python 3.3.2? I think this will require: > > - Update build deps to change the min version to 3.3.2 from 3.3.0 > - Platform maintainers to update their copy of Python (e.g. Linux > buildbot is currently building with 3.3.0) > > This is to fix this bug: > > > https://projects.blender.org/tracker/index.php?func=detail&aid=36963&group_id=9&atid=306 > > Cheers, > Alex (z0r) > > On 22 October 2013 20:52, Alex Fraser <[email protected]> wrote: > > On 21 October 2013 20:46, Bastien Montagne <[email protected]> > wrote: > >> Eh, I thought we already were on py3.3.2 (installdeps is , at least)? I > >> mean, mini-updates of python are bug-fixes only, so we should always > >> use the latest, imho? But indeed svn libs are older (we even still have > >> some py3.2!)… > > > > I'm not sure about the build environment for the official builds, but > > on my system it falls back to an earlier version because my system has > > an earlier version available as a .deb. I needed to alter > > install_deps.sh like this to get the right one: > > > > http://www.pasteall.org/46676/diff > > > >> Not to be done before 2.69 is released, for sure! ;) > > > > Yep, absolutely. But at the same time I'd rather not wait for 3.4, if > > possible :) > > > > Cheers, > > Alex > _______________________________________________ > Bf-committers mailing list > [email protected] > http://lists.blender.org/mailman/listinfo/bf-committers > _______________________________________________ Bf-committers mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-committers
