ot a quick look at 3.6 and the gratification of more closely chasing
the head of cpython after all these years.
—
Philip Jenvey
___
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev
Does this have any effect on virtualenvs?
virtualenv symlinks libpypy-c.so and _pypy_init_home returns its location
realpath()’d..
--
Philip Jenvey
> On Sep 24, 2016, at 1:52 PM, Armin Rigo wrote:
>
> Hi all,
>
> Now PyPy looks for lib-python/lib_pypy starting from the (real
Ah, you might be right about it being too broken/too much trouble, thanks for
looking.
I’m just happy to keep it translating to avoid collecting more subtle issues
over time.
Other than that finishing 3.3 on other platforms/moving 3.5 along is higher
priority.
--
Philip Jenvey
> On Sep
e I thought it might translate again but py3k has been
failing translation on all platforms for a couple weeks now (win32 fails in the
same way as others).
Assuming it translates when that's fixed, the major issue pending for it is
#2310.
—
Philip Jenvey
__
with an upgraded cffi
among other things from the default branch (which should be less work than
finishing 3.3 support).
--
Philip Jenvey
> On Oct 20, 2015, at 7:37 AM, Phyo Arkar wrote:
>
> Any progress in it?
>
> On Tue, Oct 20, 2015 at 9:02 PM, Phyo Arkar <mailto:phyo.a
_______
> pypy-dev mailing list
> pypy-dev@python.org
> https://mail.python.org/mailman/listinfo/pypy-dev
--
Philip Jenvey
___
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev
on?
I'm still getting the expected discrepancy between the two: Exception raised on
both pypy and pypy3, whereas __getitem__ isn’t called on CPython 2.7.5. You
might want to double check your python binaries?
--
Philip Jenvey
___
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev
by the #pypy IRC channel =]
>
> On the same vein, will Py3k have support for the other PyPy projects, like
> STM?
>
> Kudos for the awesome work on PyPy, it's a fantastic project!
Definitely: http://pypy.readthedocs.org/en/latest/stm.html#python-3
--
Philip Jenvey
___
ini interpreters” such as etree/json/Pickle.
These modules also happen to be pure/mostly pure python versions on PyPy vs C
versions used by CPython. Pickle looks particularly bad, I have a guess that
it’s due to removal of an optimization in marshal that happened during py3k
compatibility work,
=
PyPy3 2.4 - Snow White
=
We're pleased to announce PyPy3 2.4, which contains significant performance
enhancements and bug fixes.
You can download the PyPy3 2.4.0 release here:
http://pypy.org/do
Could someone with access update and cycle the buildbot when they get the
chance?
Thanks,
--
Philip Jenvey
___
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev
name in the field)
I went ahead and just triggered a Windows build for py3.3. Though I'll admit
that I’m not sure if it will even translate, we’ll see =]
--
Philip Jenvey
___
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev
ortly.
With the fix, lxml-cffi unfortunately still won’t install, however. It appears
to have at least some Py 2 only code that needs porting to 3.
--
Philip Jenvey
___
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev
: test_mmap or test_zlib,
among others
But I definitely recommend coming by the IRC channel.
--
Philip Jenvey
On Sep 12, 2014, at 9:52 AM, Maciej Fijalkowski wrote:
> Hi Fabrizio.
>
> The easiest way is to come to IRC (which I think you did) and ask
> around. Yo ucan also browse
ypy documentation`:
http://doc.pypy.org/en/latest/getting-started.html#installing-using-virtualenv
.. _`virtualenv`: http://www.virtualenv.org/en/latest/
.. _`installation schemes`:
http://doc.pypy.org/en/latest/getting-started.html#installing-pypy
Cheers,
the Py
l feature from 3.3: support for the u’’
prefix.
Additionally, a 3.3 branch was created last month by Amaury and he's started
some of the initial work there.
--
Philip Jenvey
___
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/ma
New issue 1773: py3k: continuation.test_zpickle
test_pickle_continulet_real_subclass triggers a CPython crash
https://bitbucket.org/pypy/pypy/issue/1773/py3k-continuationtest_zpickle
Philip Jenvey:
test_pickle_continulet_real_subclass has been disabled on the py3k branch for
now as it can
ast one hot method
(paragraph.Line.new_span) that would benefit from faster int sized numbers.
It would be interesting to see the results of PyPy3 vs PyPy2 but I suspect
porting this to Python 2 would be more work than not much trouble =]
Otherwise we’ll have to revisit this when PyPy3 is
On Dec 2, 2013, at 3:13 PM, Antonio Cuni wrote:
> On 02/12/13 21:08, Philip Jenvey wrote:
>>
>> It's a bit weird w/ PyPy3 and PyPy sharing the version numbering scheme, at
>> least for now, since it implies the release schedules are tied together.
>
d have broken some cases of code like
sys.pypy_version_tuple < (1, 5) in the wild. Calling it PyPy 3.0 would have
made sense but forced the CPython 2.7 compat. PyPy stick with a 2.x scheme
forever.
--
Philip Jenvey
___
pypy-dev mailing lis
ss, assuming nobody beats me to it.
>
No good reason, it just requires someone to change the pypy buildbot
codebase and ensure someone with access propagates the changes. I don't
know if anyone's set up automatic builds for stdlib release branches like
this in the past.
FYI you (or any
iej, isn't there
someone else now working on unifying the benchmark suite and the
speed.pypy/python.org sites?
[1] https://bitbucket.org/pypy/benchmarks
[2] http://hg.python.org/benchmarks/
--
Philip Jenvey
___
pypy-dev mailing list
pypy-dev@python.org
http://mail.python.org/mailman/listinfo/pypy-dev
PyPy3 2.1 beta 1
We're pleased to announce the first beta of the upcoming 2.1 release of
PyPy3. This is the first release of PyPy which targets Python 3 (3.2.3)
compatibility.
We would like to thank all of the people who donated_ to the `py3k proposal`_
for suppo
_
> pypy-commit mailing list
> pypy-com...@python.org
> http://mail.python.org/mailman/listinfo/pypy-commit
--
Philip Jenvey
___
pypy-dev mailing list
pypy-dev@python.org
http://mail.python.org/mailman/listinfo/pypy-dev
This was fixed yesterday, see: https://bugs.pypy.org/issue1440
On Apr 9, 2013 9:45 AM, "Peter Cock" wrote:
> Hello all,
>
> I've downloaded and unzipped pypy-2.0-beta2-win32.zip but
> fairly early on in my testing ran into this puzzle:
>
> C:\>c:\pypy-2.0\pypy.exe
> Python 2.7.3 (3eef596df459, Ap
We already have a
'SmallLong' variant but it's a larger longlong, (SmallerLong?).
--
Philip Jenvey
On Apr 5, 2013, at 2:08 AM, Maciej Fijalkowski wrote:
> why is W_IntObject not used in py3k? it should just have a different typedef
>
> On Fri, Apr 5, 2013 at 3:10 AM,
he pure python wsgi servers work, e.g. paste.httpserver, CherryPy's
(cheroot), waitress.
--
Philip Jenvey
___
pypy-dev mailing list
pypy-dev@python.org
http://mail.python.org/mailman/listinfo/pypy-dev
On Jun 29, 2012, at 12:39 PM, Philip Jenvey wrote:
>
> On Jun 28, 2012, at 4:08 PM, Antonio Cuni wrote:
>
>> Hi all,
>>
>> as you probably know, the Py3k [1] proposal is getting funded thanks to our
>> generous donors.
>>
>> During the first round
but we could also consider
requiring Java 6 (or even 7) as a minimum. Java 5 is EOL'd and e.g. Jython 2.7
requires Java 6.
Michael, do you have any Java 6 stuff in the jvm-improvements branch?
--
Philip Jenvey
___
pypy-dev mailing list
pypy-dev
build on this page (and a branch can be specified):
http://buildbot.pypy.org/builders
You'd ideally want all the tests passing before merging to default of course. A
buildbot run should let you know if the failures on your platform are just
noise, anyway.
--
Philip Jenvey
___
xperienced PyPy developer, preferably with
> a previous experience on the Python Interpreter part of PyPy.
If it was a few months ago I'd be up for this, unfortunately I'm not available
now. I'll let you know if that changes.
--
Philip Jenvey
__
en in the meantime :-(
You probably still have to force translation in 32 bit mode. e.g. on OS X:
arch -i386 python translate.py etc
--
Philip Jenvey
___
pypy-dev mailing list
pypy-dev@python.org
http://mail.python.org/mailman/listinfo/pypy-dev
and have its name start with w_, but that
>> wasn't it either.
>
> Yes, this only works for functions. You probably want to use
> space.appexec in setup_class().
You can just make a w_ function that returns the class (better than an appexec
blob). E.g. see get_MockRawIO in
= rsocket.INETAddress("85.25.149.220", 8080)
> s.connect(target)
> s.send((ptr, len(request), 0))
I'm not sure what you're doing with 'ptr' here but it seems like you just want
s.send(request, 0) instead
> return 0
>
quot;. Is it the same as -rA..B or is again subtly
> different?
Subtly different, hg help revset
--
Philip Jenvey
___
pypy-dev mailing list
pypy-dev@python.org
http://mail.python.org/mailman/listinfo/pypy-dev
35 matches
Mail list logo