strange, my pypy build was also done on uname -r == 3.0.0-8-generic
and i have 'linux2' as sys.platform

cpython is from distribution (ubuntu) and probably could be build with
kernel earlier than 3.0.0

2011/8/17 David Edelsohn <dje....@gmail.com>:
> On Tue, Aug 16, 2011 at 4:20 PM, Leonardo Santagada <santag...@gmail.com> 
> wrote:
>> On Tue, Aug 16, 2011 at 3:36 PM, Amaury Forgeot d'Arc
>> <amaur...@gmail.com> wrote:
>>> 2011/8/16 Reiner | chocri <rei...@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
> _______________________________________________
> pypy-dev mailing list
> pypy-dev@python.org
> http://mail.python.org/mailman/listinfo/pypy-dev
>
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
http://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to