[pypy-dev] Linux 3.0 kernel fallout

David Edelsohn dje.gcc at gmail.com
Wed Aug 17 01:13:43 CEST 2011


On Tue, Aug 16, 2011 at 4:20 PM, Leonardo Santagada <santagada at gmail.com> wrote:
> On Tue, Aug 16, 2011 at 3:36 PM, Amaury Forgeot d'Arc
> <amauryfa at gmail.com> wrote:
>> 2011/8/16 Reiner | chocri <reiner at chocri.de>
>>>
>>> $ python -c 'import sys; print sys.platform'
>>> linux2
>>> $ uname -r
>>> 3.0.0-1-686-pae
>>
>> So, where is the issue?

Did you *build* Python on the system with a Linux 3.0 kernel?

$ uname -r
3.0.1
$ /usr/local/bin/python -c 'import sys; print sys.platform'
linux3


More information about the pypy-dev mailing list