Re: [pypy-dev] 3.6?

2016-12-24 Thread Philip Jenvey
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

Re: [pypy-dev] Change how a pypy executable finds its lib-python/lib_pypy directories?

2016-09-24 Thread Philip Jenvey
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

Re: [pypy-dev] PyPy 3.3? (and: informal Cape Town sprint)

2016-09-22 Thread Philip Jenvey
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

Re: [pypy-dev] PyPy 3.3? (and: informal Cape Town sprint)

2016-09-20 Thread Philip Jenvey
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 __

Re: [pypy-dev] Any Release incoming for pypy 3.x?

2015-10-20 Thread 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

Re: [pypy-dev] stdlib-2.7.9!

2015-01-02 Thread Philip Jenvey
_______ > 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

Re: [pypy-dev] Was dict subclass discrepancy "fixed" (issue 708)?

2014-11-19 Thread Philip Jenvey
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

Re: [pypy-dev] Does Numpypy works on Py3k?

2014-11-14 Thread Philip Jenvey
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 ___

Re: [pypy-dev] PyPy3 2.4.0 released

2014-10-28 Thread 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,

[pypy-dev] PyPy3 2.4.0 released

2014-10-21 Thread Philip Jenvey
= 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

[pypy-dev] Please update the buildbot

2014-10-16 Thread Philip Jenvey
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

Re: [pypy-dev] Py3.3 nightly builds for Windows

2014-10-16 Thread Philip Jenvey
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

Re: [pypy-dev] Problem with PyPy3 and lxml

2014-09-27 Thread Philip Jenvey
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

Re: [pypy-dev] I would like to join PyPy development

2014-09-12 Thread Philip Jenvey
: 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

[pypy-dev] PyPy3 2.3.1 released

2014-06-20 Thread Philip Jenvey
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

Re: [pypy-dev] PyPy current status

2014-05-21 Thread Philip Jenvey
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

[pypy-dev] Issue #1773: py3k: continuation.test_zpickle test_pickle_continulet_real_subclass triggers a CPython crash (pypy/pypy)

2014-05-16 Thread Philip Jenvey
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

Re: [pypy-dev] PyPy and RinohType

2014-02-05 Thread Philip Jenvey
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

Re: [pypy-dev] PyPy3 release?

2013-12-02 Thread Philip Jenvey
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. >

Re: [pypy-dev] PyPy3 release?

2013-12-02 Thread Philip Jenvey
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

Re: [pypy-dev] stdlib-2.7.5 branch

2013-10-01 Thread Philip Jenvey
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

Re: [pypy-dev] speed.pypy.org and pypy3

2013-08-02 Thread Philip Jenvey
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

[pypy-dev] PyPy3 2.1 beta 1 released

2013-07-30 Thread Philip Jenvey
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

Re: [pypy-dev] [pypy-commit] cffi default: Try to preserve the exact error message

2013-05-10 Thread Philip Jenvey
_ > 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

Re: [pypy-dev] OSError not ImportError from 'import sqlite3' on Windows

2013-04-09 Thread Philip Jenvey
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

Re: [pypy-dev] [pypy-commit] pypy py3k: disable interp level W_IntObject tests

2013-04-05 Thread Philip Jenvey
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,

Re: [pypy-dev] wsgi

2012-08-27 Thread Philip Jenvey
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

Re: [pypy-dev] Developer selection for Py3k

2012-08-22 Thread Philip Jenvey
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

Re: [pypy-dev] jvm tests failing on os x

2012-08-11 Thread Philip Jenvey
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

Re: [pypy-dev] jvm-improvements branch

2012-08-01 Thread Philip Jenvey
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 ___

Re: [pypy-dev] Developer selection for Py3k

2012-06-29 Thread 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 __

Re: [pypy-dev] Translating just the parser for JVM [was: Faster PyPy translation (for debugging)]

2012-05-24 Thread 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

Re: [pypy-dev] custom classes in applevel tests

2012-04-30 Thread Philip Jenvey
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

Re: [pypy-dev] pypy rsocket problem

2012-02-04 Thread Philip Jenvey
= 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 >

Re: [pypy-dev] Benchmarks

2011-07-12 Thread Philip Jenvey
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