Am 21.05.2012 16:53, schrieb Wempa, Kristofer:
> Sorry, I forgot to mention that this is for Python 2.6.8 and 2.7.3.

You must be mistaken, Python 2.7.3 has a fix for the issue. configure
checks for linux*:

  linux*) MACHDEP="linux2";;

On the other hand Python 2.6.8 has no such fix and thus sets linux3 on
Kernel 3.0 and newer. You have fix it yourself as described in my blog
http://lipyrary.blogspot.de/2011/09/python-and-linux-kernel-30-sysplatform.html

Christian

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to