Re: [pypy-dev] progress with numpy and removal of numpy.py

2013-10-14 Thread Yury V. Zaytsev
w to deal with them... -- Sincerely yours, Yury V. Zaytsev ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] Question on installing pypy and the source code ..

2013-10-31 Thread Yury V. Zaytsev
ou need a C compiler. Once you've got the PyPy package, you can use virtualenv, so that you can easily switch between different versions and install additional packages using pip. HTH! -- Sincerely yours, Yury V. Zaytsev ___ pypy-dev mailing list pyp

Re: [pypy-dev] Question on installing pypy and the source code ..

2013-10-31 Thread Yury V. Zaytsev
e CFLAGS and LDFLAGS directly. Just export them and they should be picked up automatically. If you have a specific problem, please post the raw error messages, otherwise, it's only possible to offer very generic suggestions. -- Sincerely yours

Re: [pypy-dev] pypy's INSTALL_SCHEME

2013-11-20 Thread Yury V. Zaytsev
something to do with staged installation, which is the way the packages are built. Somehow, the PYC-files are not properly generated if the --prefix is not specified... Hope that helps, -- Sincerely yours, Yury V. Zaytsev ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] Boost.Python and PyPy -- status?

2014-01-09 Thread Yury V. Zaytsev
manual changes... -- Sincerely yours, Yury V. Zaytsev ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] PyPy Intermediate C Files

2014-02-17 Thread Yury V. Zaytsev
kefile without re-translating PyPy. -- Sincerely yours, Yury V. Zaytsev ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] numpy plans in the next 6 months?

2014-02-20 Thread Yury V. Zaytsev
//github.com/numpy/numpy/pull/4322 -- Sincerely yours, Yury V. Zaytsev ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] numpy plans in the next 6 months?

2014-02-20 Thread Yury V. Zaytsev
ng only in terms of removing extra memory allocations, which is, of course, only part of the problem. Still, I hope you found it interesting that they are at least trying to get rid of extra temporaries :-) Otherwise, sorry for the noise. -- Sincerely yours, Yury V. Zaytsev ___

Re: [pypy-dev] Python C-API on Windows

2014-02-24 Thread Yury V. Zaytsev
ecause it doesn't have the right extension, which it will have if it's built with PyPy distutils, but not if you have done this manually with a Makefile. The name should be something like 'foo.pypy-22.so', and the right suffix is

Re: [pypy-dev] Python C-API on Windows

2014-02-24 Thread Yury V. Zaytsev
n check like this: import imp imp.get_suffixes() If this doesn't contain '.pyd', then that's your problem, otherwise something else is at fault. -- Sincerely yours, Yury V. Zaytsev ___ pypy-dev mailing list pypy-dev@py

Re: [pypy-dev] Question about extension support

2014-03-26 Thread Yury V. Zaytsev
r re-written everything using cffi, from what I understood it can deliver comparable performance to cPython, and also it works both for PyPy and cPython, not just PyPy... -- Sincerely yours, Yury V. Zaytsev ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

[pypy-dev] Depressing performance on a cross-correlation benchmark

2014-05-06 Thread Yury V. Zaytsev
000 000 buckets, which it then multiples element-wise and sums up the result. I expected a huge performance boost, of course :-) I think I'll be running this with plain Python for now, but I hope that's a valuable benchmark for you guys! -- Sincerely yours, Yury V. Zaytsev import n

Re: [pypy-dev] Virtualenv

2014-05-12 Thread Yury V. Zaytsev
On Mon, 2014-05-12 at 12:04 +0200, Armin Rigo wrote: > We talked about making pip and virtualenv available by default on > PyPy. I think it's a good idea but we never did it. That's a brilliant idea, would make our lives so much easier... -- Sincerely yours,

Re: [pypy-dev] PyPy download hosting

2014-05-13 Thread Yury V. Zaytsev
t Commander at the moment, and not only their service is very excellent, but also getting an account was a rather unbureaucratic procedure... -- Sincerely yours, Yury V. Zaytsev ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] PyPy download hosting

2014-05-13 Thread Yury V. Zaytsev
ey mean by that "FTP and HTTP": http://osuosl.org/services/hosting/details Is this what you were asking? -- Sincerely yours, Yury V. Zaytsev ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] Support for current versions of Pypy on Heroku and Cloud Foundry platforms?

2014-07-17 Thread Yury V. Zaytsev
hing to do with building, whereas this doesn't seem to be the case. -- Sincerely yours, Yury V. Zaytsev ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] Support for current versions of Pypy on Heroku and Cloud Foundry platforms?

2014-07-17 Thread Yury V. Zaytsev
aries that the binaries of PyPy that you provide via the buildbot are dynamically linked against, and so libffi is the only problematic one... -- Sincerely yours, Yury V. Zaytsev ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] trouble compiling p4python api with pypy3

2014-08-10 Thread Yury V. Zaytsev
y you would also have to implement the corresponding support code in PyPy. Hope that helps, -- Sincerely yours, Yury V. Zaytsev ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] PyPy for analysis?

2014-09-07 Thread Yury V. Zaytsev
o have a look at pysonar, if you haven't seen it already: https://github.com/yinwang0/pysonar2 Maybe it could be a good starting point, although it's in Java... -- Sincerely yours, Yury V. Zaytsev ___ pypy-dev mailing list pypy-dev@python.o

Re: [pypy-dev] PyPy improving generated machine code

2015-01-31 Thread Yury V. Zaytsev
27;re interested. I am!!! -- Sincerely yours, Yury V. Zaytsev ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] PyPy translation on Xeon Phi (pka MIC)

2015-04-12 Thread Yury V. Zaytsev
orking with minimal effort :-) So yes, in this approximation, assume it's x86-64 which requires a special cross-compiler and has a bit different subset of supported insns. -- Sincerely yours, Yury V. Zaytsev ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] PyPy translation on Xeon Phi (pka MIC)

2015-04-14 Thread Yury V. Zaytsev
test. I haven't had access to any recent ones lately... Thanks, -- Sincerely yours, Yury V. Zaytsev ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] Allegro64 buildslave disappeared

2015-04-22 Thread Yury V. Zaytsev
m future of this box, but I would expect at least ~4-6 months lifetime, and if it's going to be decommissioned, I'll try to find a replacement. -- Sincerely yours, Yury V. Zaytsev ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] Be on my podcast

2015-04-22 Thread Yury V. Zaytsev
On Wed, 2015-04-22 at 18:33 +0200, Maciej Fijalkowski wrote: > Sure, I'm happy to be on your podcast, beware of my thick eastern > european accent though :-) If all else fails, try festival ;-) -- Sincerely yours, Yury V. Zaytsev _

Re: [pypy-dev] Allegro64 buildslave disappeared

2015-04-24 Thread Yury V. Zaytsev
iate if you could restart the master or otherwise recover from this, but it seems that there is noone on IRC who can do this now. The compiler detection should now work by the way, but I can't check, because of this stuck build. -- Sincerely yours, Yury V. Zaytsev __

Re: [pypy-dev] Allegro64 buildslave disappeared

2015-04-25 Thread Yury V. Zaytsev
d on the buildbot pages. Is that what you meant? Just to make it clear: the build is not actually running on the slave anymore and the slave reports that it's idle. It's just that the master for some reason disagrees. -- Sincerely yours, Yury V. Zaytsev

Re: [pypy-dev] (no subject)

2015-05-04 Thread Yury V. Zaytsev
le? I've heard GNU project now has an instance if you don't want to host it yourselves... -- Sincerely yours, Yury V. Zaytsev ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] (no subject)

2015-05-04 Thread Yury V. Zaytsev
e effort, but it's well worth it. -- Sincerely yours, Yury V. Zaytsev ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] (no subject)

2015-05-04 Thread Yury V. Zaytsev
On Mon, 2015-05-04 at 22:24 +0200, Carl Friedrich Bolz wrote: > > Yes, well. It's precisely *not* about professional programmers in this > issue. That's why, as I said, I'm totally +1 on it ;-) -- Sincerely yours, Yury V. Zaytsev

Re: [pypy-dev] Build pypy 2.5.1 source code on Redhat EL5.7

2015-05-09 Thread Yury V. Zaytsev
drive.py). -- Sincerely yours, Yury V. Zaytsev ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] Exclude modules and functions from building libpypy.so

2015-05-19 Thread Yury V. Zaytsev
u a huge gain at practically no cost. -- Sincerely yours, Yury V. Zaytsev ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] An overview of the RPython language

2015-05-30 Thread Yury V. Zaytsev
he block after "The solution? You can use an assertion:" is messed up. -- Sincerely yours, Yury V. Zaytsev ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] pypy 2.6.0 failing with compile errors

2015-06-13 Thread Yury V. Zaytsev
On Sat, 2015-06-13 at 08:58 +0200, Armin Rigo wrote: > My guess is that you didn't show us the complete output. Isn't gcc 4.4 way too old anyways? FYI, one can get newer gcc on OEL 6 from Software Collections / DevToolset. -- Sincerely yours, Yu

Re: [pypy-dev] pypy 2.6.0 failing with compile errors

2015-06-15 Thread Yury V. Zaytsev
O_ECDH is not set in opensslconf-x86_64.h ... -- Sincerely yours, Yury V. Zaytsev ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] Paper on the HOPE JIT for Python

2015-06-21 Thread Yury V. Zaytsev
rts on the subject, and not by domain scientists (in this case, astrophysicists), who are generally unlikely to reject such works, as long as it looks reasonably "scientific" and the grammar is good enough. -- Sincerely yours, Yury V. Zaytsev ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] Paper on the HOPE JIT for Python

2015-06-21 Thread Yury V. Zaytsev
lright. My grief with the re-inventors of "JITs" is that as a rule they use confusing terminology, conduct flawed benchmarks and publish their reports in specialist journals, which are not able to properly screen such articles... oh well. -- Sincerely yours, Yury V. Zaytsev ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] win32 buildslave

2015-07-08 Thread Yury V. Zaytsev
ng weird is happening to the build slave in the future. Unfortunately, I'm not able to monitor it 24/7 (and not even daily), but if I have access to email at all, I'm always trying to give such problems priority ;-) -- Sincerely yours, Yury V. Zaytsev __

Re: [pypy-dev] cffi dlopen error: undefined symbol

2015-07-08 Thread Yury V. Zaytsev
local specialist on Alibaba internal stuff ;-) -- Sincerely yours, Yury V. Zaytsev ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] memory control in Python (fwd)

2015-08-15 Thread Yury V. Zaytsev
ght, or might not be any. Either way, I guess it's his job to find this out :-) -- Sincerely yours, Yury V. Zaytsev ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] Building pypy from sources: partial build support ?

2015-10-15 Thread Yury V. Zaytsev
sfull, what you can do is to change into the directory in /tmp where the generated sources were written, edit the files directly and run make to continue the build from the point where it was interrupted. Hope that helps! -- Sincerely yours, Yury V. Za

[pypy-dev] [Fwd: Re: Building pypy from sources: partial build support ?]

2015-10-15 Thread Yury V. Zaytsev
Forwarded Message From: David Cournapeau To: Yury V. Zaytsev Subject: Re: [pypy-dev] Building pypy from sources: partial build support ? Date: Thu, 15 Oct 2015 16:37:15 +0100 Thank Yury. It seems my error happens after that stage actually: * _tkinter/tklib_build.py /usr

Re: [pypy-dev] Building pypy from sources: partial build support ?

2015-10-15 Thread Yury V. Zaytsev
the correct version... -- Sincerely yours, Yury V. Zaytsev ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] PyPy 15.11 release is imminent

2015-10-20 Thread Yury V. Zaytsev
On Wed, 2015-10-21 at 10:09 +1100, Matti Picus wrote: > > After a short discussion on IRC, it turns out this is the popular > view, so the next release wll be called PyPy 4.0.0 Yay! I also think that it's a great(er) idea ;-) -- Sincerely yours, Y

Re: [pypy-dev] Current status of GUI support in PyPy

2015-12-17 Thread Yury V. Zaytsev
s, and left the symlink for forwards compatibility. -- Sincerely yours, Yury V. Zaytsev On Thu, 17 Dec 2015, Oscar Benjamin wrote: On 17 December 2015 at 15:00, Armin Rigo wrote: On Thu, Dec 17, 2015 at 3:33 PM, Oscar Benjamin wrote: Maybe it's just missing the symlink from libtcl8.5.so -&

Re: [pypy-dev] numpypy unit tests

2016-01-02 Thread Yury V. Zaytsev
ail for a FAQ and such, if something along these lines isn't already in there... -- Sincerely yours, Yury V. Zaytsev ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] Release 5.0.0

2016-03-05 Thread Yury V. Zaytsev
to a more recent version of PyPy? Do you think it would make sense to retry the upgrade after PyPy 5.0.0 is out? -- Sincerely yours, Yury V. Zaytsev ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] Release 5.0.0

2016-03-06 Thread Yury V. Zaytsev
On Sat, 5 Mar 2016, Yury V. Zaytsev wrote: On Sat, 5 Mar 2016, Matti Picus wrote: So did you figure out the mysterious memory consumption issues that we have experienced while trying to upgrade the Windows builder to a more recent version of PyPy? Do you think it would make sense to retry

Re: [pypy-dev] Release 5.0.0

2016-03-07 Thread Yury V. Zaytsev
ve on memory consumption. -- Sincerely yours, Yury V. Zaytsev ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

[pypy-dev] PyPy & Django: recommended mySQL module?

2016-05-03 Thread Yury V. Zaytsev
h of the two is currently the way to go? Many thanks! -- Sincerely yours, Yury V. Zaytsev ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] PyPy & Django: recommended mySQL module?

2016-05-08 Thread Yury V. Zaytsev
this simply work for PyPy? -- Sincerely yours, Yury V. Zaytsev ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] PyPy & Django: recommended mySQL module?

2016-05-08 Thread Yury V. Zaytsev
or PyPy? It should. Excellent, many thanks! -- Sincerely yours, Yury V. Zaytsev ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] Is it possible to make PyPy smaller?

2016-06-30 Thread Yury V. Zaytsev
, does it not? If it's the unpacked size that bothers you, you could, for instance, treat the DLL with UPX. -- Sincerely yours, Yury V. Zaytsev ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] Is it possible to make PyPy smaller?

2016-06-30 Thread Yury V. Zaytsev
that, as I said, one might have some luck playing with the compiler flags, but I think it's hardly worth it. -- Sincerely yours, Yury V. Zaytsev ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] Update to the win32 buildbot

2016-07-10 Thread Yury V. Zaytsev
ctory, etc. ? Many thanks! -- Sincerely yours, Yury V. Zaytsev On Sat, 2016-05-28 at 21:22 +0300, Matti Picus wrote: > Hi! I am cc-ing the pypy-dev list so there is some permanent record of > this, the mail is for the win32 buildbot maintainer. > Could you add the lzma development li

Re: [pypy-dev] NumPyPy vs NumPy

2016-07-27 Thread Yury V. Zaytsev
to be expected, and in fact nevertheless very impressive, considering that it runs via CPyExt... Am I completely misinterpreting your numbers?! -- Sincerely yours, Yury V. Zaytsev ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/ma

Re: [pypy-dev] NumPyPy vs NumPy

2016-07-27 Thread Yury V. Zaytsev
se results were obtained without it. -- Sincerely yours, Yury V. Zaytsev ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] Django DateField default value and migrations fail

2016-08-17 Thread Yury V. Zaytsev
On Wed, 17 Aug 2016, Sergey Kurdakov wrote: class TestClass(models.Model):     start_date = models.DateField(     verbose_name=u'start date',     default=today,     ) so I just wrap required function call into function. You can, of course, use a lambda, i.e. `default=lambda: date

[pypy-dev] [Cython] Fwd: Re: [Speed] New benchmark suite for Python (fwd)

2016-08-18 Thread Yury V. Zaytsev
Hi, Probably most of you have seen that already, but maybe some have not? Any interest in getting, e.g. PyPy releases in? -- Sincerely yours, Yury V. Zaytsev Forwarded Message Subject: Re: [Speed] New benchmark suite for Python Date: Wed, 17 Aug 2016 23:47:29 -0500 From

Re: [pypy-dev] Any known tricks or effort made to make the PyPy source code build faster?

2016-09-07 Thread Yury V. Zaytsev
ed with make, however, because of the above, this has little practical value. Unfortunately, parallelization of the translation process is challenging due to the GIL issue. The (amazing) STM work as mentioned by William sidesteps this problem, but, at the moment, it is not ready yet.

Re: [pypy-dev] Any known tricks or effort made to make the PyPy source code build faster?

2016-09-07 Thread Yury V. Zaytsev
be to fund and/or help with the STM work ;-) -- Sincerely yours, Yury V. Zaytsev ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] Any known tricks or effort made to make the PyPy source code build faster?

2016-09-07 Thread Yury V. Zaytsev
ong while since I've last checked, but I wouldn't be surprised about a factor 2x speedup or so... -- Sincerely yours, Yury V. Zaytsev ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] pypy-config

2016-10-20 Thread Yury V. Zaytsev
ivial to copy-and-modify. Hi Matti, FYI, this used to be the case a long while ago, but python-config has been integrated into Python 2.5 since ~2006: https://mail.python.org/pipermail/patches/2006-April/019478.html -- Sincerely yours, Yury V. Za

[pypy-dev] Colo in Germany for the Windows build slave?

2016-10-25 Thread Yury V. Zaytsev
run other VMs unrelated to the PyPy project, but I only plan to use it to host build VMs for OSS projects that I'm involved in after "decommissioning". Any takers? I think it would be best to talk via private email to avoid annoying list subsc

Re: [pypy-dev] Colo in Germany for the Windows build slave?

2016-11-01 Thread Yury V. Zaytsev
've had no luck with it. -- Sincerely yours, Yury V. Zaytsev ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] Colo in Germany for the Windows build slave?

2016-11-01 Thread Yury V. Zaytsev
ally, you don't get full size air conditioned racks at private residences, and most offices have only telco racks, but then again, if I had a house, I would have certainly installed a rack in the basement ;-) -- Sincerely yours, Yury V. Zaytsev _

Re: [pypy-dev] Can you compile pypy from source using Visual Studio no-cygwin ?

2016-12-01 Thread Yury V. Zaytsev
http://doc.pypy.org/en/latest/windows.html I had to edit the vcvars whatever bat file, but otherwise it just works. -- Sincerely yours, Yury V. Zaytsev ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] Can you compile pypy from source using Visual Studio no-cygwin ?

2016-12-01 Thread Yury V. Zaytsev
gain more experience. -- Sincerely yours, Yury V. Zaytsev ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] how do you parse jit log containing binary dump ?

2016-12-09 Thread Yury V. Zaytsev
t you want to achieve, if you give me more information what you mean by 'run some open source benchmark' or 'I don't want to add JItdriver'? I have the impression that he wants https://vmprof.readthedocs.io/en/latest/jitlog.html -- Si

Re: [pypy-dev] how do you parse jit log containing binary dump ?

2016-12-09 Thread Yury V. Zaytsev
to me that you are confused about the relationship between RPython and PyPy. The former is the translation toolchain, and the latter is the implementation of Python on the basis of this toolchain. -- Sincerely yours, Yury V. Zaytsev ___ pypy-dev mailing

Re: [pypy-dev] PYPYLOG - get two at once jit-backend-dump+jit-backend-addr

2016-12-11 Thread Yury V. Zaytsev
jitdriver and merge_point stuff. Separate by comma as explained in the documentation that I've linked? PYPYLOG=jit-backend-dump:shubha.log,jit-backend-addr:shubha.log -- Sincerely yours, Yury V. Zaytsev ___ pypy-dev mailing list pyp

Re: [pypy-dev] PYPYLOG - get two at once jit-backend-dump+jit-backend-addr

2016-12-12 Thread Yury V. Zaytsev
On Mon, 12 Dec 2016, Armin Rigo wrote: Hi, On 12 December 2016 at 07:07, Yury V. Zaytsev wrote: Separate by comma as explained in the documentation that I've linked? PYPYLOG=jit-backend-dump:shubha.log,jit-backend-addr:shubha.log No, only one file name: PYPYLOG=jit-backend

Re: [pypy-dev] GIL

2017-02-26 Thread Yury V. Zaytsev
ng the GIL, the decision was made to investigate a completely different approach to parallelization (STM): http://doc.pypy.org/en/latest/faq.html#does-pypy-have-a-gil-why -- Sincerely yours, Yury V. Zaytsev ___ pypy-dev mailing list pypy-dev@python

Re: [pypy-dev] revisit web assembly?

2017-03-05 Thread Yury V. Zaytsev
On Sun, 5 Mar 2017, Phyo Arkar wrote: Very intersting! I can't wait to write Javascript in python.  But what for, if you can write it in Haskell? ;-) [*] [*]: http://elm-lang.org Seriously, thought, the WebAssembly thing looks quite exciting! On Sun, Mar 5, 2017 at 6:15 AM Maciej Fijalkows

Re: [pypy-dev] win32 buildbot

2017-04-29 Thread Yury V. Zaytsev
will have a look into the win32 builder as soon as I get access to my computer... Maybe we should have another go at trying to activate the damn MSDN subscription. The last time I've eventually given up after dozens of emails, as I had few other pressing issues to resolve... -- Sincerel

Re: [pypy-dev] win32 buildbot

2017-04-29 Thread Yury V. Zaytsev
k you have everything I had so far, the last state I'm aware of was that the MSDN code was issued, but I couldn't activate it due to an unknown issue with the website, and so we needed to use the official support channel for that, which in the end I didn't get to... -- Sincere

Re: [pypy-dev] win32 buildbot

2017-04-30 Thread Yury V. Zaytsev
n't have a look into updating the libraries yet, but hopefully will get to it sometime this week (?!)... -- Sincerely yours, Yury V. Zaytsev ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] win32 buildbot

2017-04-30 Thread Yury V. Zaytsev
#x27;t exist on the slave, precisely because it has been rebooted multiple times in the mean time, but the master is confused about it and believes that the build is still running. -- Sincerely yours, Yury V. Zaytsev ___ pypy-dev mailing list pypy-dev@p

Re: [pypy-dev] win32 buildbot

2017-05-06 Thread Yury V. Zaytsev
w versions are probably a lot faster, and are not getting regular testing on the buildbot) since later versions used to abort with mysterious OOM errors. Have you been able to build pypy on win32 with latest pypy and/or reproduce the errors I'm getting? -- Sincerely yours, Yury V. Zaytsev

Re: [pypy-dev] win32 buildbot

2017-05-07 Thread Yury V. Zaytsev
i.e. it's closer to the SDK compilers rather than to MSVC itself): https://mail.python.org/pipermail/python-dev/2014-September/136499.html Let's see if the current build runs through, and then I can try it ;-) -- Sincerely yours, Yury V. Zaytsev

Re: [pypy-dev] win32 buildbot

2017-05-07 Thread Yury V. Zaytsev
On Sun, 7 May 2017, Yury V. Zaytsev wrote: Let's see if the current build runs through, and then I can try it ;-) Well, good news is that the compilation has worked, but bad news is that as I mentioned, the directory structure (and contents) has changed, and it now fails to find t

Re: [pypy-dev] win32 buildbot

2017-05-07 Thread Yury V. Zaytsev
On Sun, 7 May 2017, Yury V. Zaytsev wrote: I will see now if I can update pypy when the build finishes completely... So, the good news is that apparently with PyPy 5.7.1 the translation & compilation works again, so I'll stick with it, yay! The not so good news is that the TCL/TK

Re: [pypy-dev] win32 buildbot

2017-05-08 Thread Yury V. Zaytsev
On Mon, 8 May 2017, Matti Picus wrote: I rebuilt the local_5.8.zip, and fixed the instructions. Please try the newer package. Hi Matti, I've just updated the build slave, let's see if this works tomorrow morning... keeping the fingers crossed ;-) -- Sincerely yours, Yury

Re: [pypy-dev] win32 buildbot

2017-05-09 Thread Yury V. Zaytsev
On Mon, 8 May 2017, Yury V. Zaytsev wrote: On Mon, 8 May 2017, Matti Picus wrote: I rebuilt the local_5.8.zip, and fixed the instructions. Please try the newer package. I've just updated the build slave, let's see if this works tomorrow morning... keeping the fingers crosse

Re: [pypy-dev] win32 buildbot

2017-05-10 Thread Yury V. Zaytsev
ng hardware is for now an unsolved problem though. I need 2 x 2/3 TB SATA enterprise HDDs and 2 x enterprise SSDs + would be good to replace unreliable DDR3 RAM sticks... Stuff that I have is 5 years old, and HDDs tend to fail when they are old :-/ -- Sincerely

Re: [pypy-dev] Exposing rpython based functions to cpython vm.

2017-06-19 Thread Yury V. Zaytsev
etting the speedups you were hoping for, and make PyPy better in the process! -- Sincerely yours, Yury V. Zaytsev ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] Asking for help

2017-07-02 Thread Yury V. Zaytsev
A if you aren't very comfortable with bootstrapping compilers: https://launchpad.net/~ubuntu-toolchain-r/+archive/ubuntu/test?field.series_filter=precise -- Sincerely yours, Yury V. Zaytsev ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.

Re: [pypy-dev] Updated win32 third-party libraries

2017-09-13 Thread Yury V. Zaytsev
On Thu, 14 Sep 2017, matti picus wrote: I uploaded an updated local.zip to bitbucket, could you update the win32 buildbot? The file is Hi Matti, Will try to have a look into this the coming weekend! -- Sincerely yours, Yury V. Zaytsev ___ pypy-dev

Re: [pypy-dev] Updated win32 third-party libraries

2017-09-17 Thread Yury V. Zaytsev
On Thu, 14 Sep 2017, Yury V. Zaytsev wrote: On Thu, 14 Sep 2017, matti picus wrote: I uploaded an updated local.zip to bitbucket, could you update the win32 buildbot? The file is Will try to have a look into this the coming weekend! Hi Matti, I've deployed the files, adjuste

Re: [pypy-dev] Updated win32 third-party libraries

2017-09-18 Thread Yury V. Zaytsev
. -- Sincerely yours, Yury V. Zaytsev ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] Updated win32 third-party libraries

2017-09-18 Thread Yury V. Zaytsev
On Mon, 18 Sep 2017, Matti Picus wrote: On 18/09/17 11:45, Yury V. Zaytsev wrote: In any case, let me know if I still have to do something for you... Hi. I updated the package and the sha256 sum 6344230e90ab7a9cb84efbae1ba22051cdeeb40a31823e0808545b705aba8911 Please download and try again

Re: [pypy-dev] Updated win32 third-party libraries

2017-09-19 Thread Yury V. Zaytsev
On Mon, 18 Sep 2017, Yury V. Zaytsev wrote: On Mon, 18 Sep 2017, Matti Picus wrote: On 18/09/17 11:45, Yury V. Zaytsev wrote: In any case, let me know if I still have to do something for you... Hi. I updated the package and the sha256 sum

Re: [pypy-dev] AttributeError: 'built in-code' object has no attribute 'co_code'

2017-10-12 Thread Yury V. Zaytsev
versions? There have been a lot of compatibility work going on both sides, and it is not unlikely that the issue has been fixed in the meantime. -- Sincerely yours, Yury V. Zaytsev ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org

Re: [pypy-dev] AttributeError: 'built in-code' object has no attribute 'co_code'

2017-10-13 Thread Yury V. Zaytsev
think it would have been helpful if you gave a rundown of the problems you observed and how did you fix them... -- Sincerely yours, Yury V. Zaytsev ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] pypy 5.10 release

2018-01-02 Thread Yury V. Zaytsev
they come out... -- Sincerely yours, Yury V. Zaytsev ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] How to implement a JIT compiler for Django ?

2018-01-28 Thread Yury V. Zaytsev
embed what into what to speed up what exactly... -- Sincerely yours, Yury V. Zaytsev ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] How to implement a JIT compiler for Django ?

2018-01-28 Thread Yury V. Zaytsev
meaning. I'm positive you can use PyPy in embedded C/C++ applications to enable trace compilation of Python objects. JIT is cool because it can theoretically makes Django and Python web apps outperform C applications. These statements are both correct, but see the b

Re: [pypy-dev] How to implement a JIT compiler for Django ?

2018-01-28 Thread Yury V. Zaytsev
On Sun, 28 Jan 2018, Pim van der Eijk (Lists) wrote: On 28-01-18 10:22, Etienne Robillard wrote: Is it possible to use the PyPy JIT compiler embedded into a CPython (Django) application? You should be aware that, while PyPy speeds up many Python applications substantially, at least in the p

Re: [pypy-dev] Feedback on pypy.org website revamp

2019-02-08 Thread Yury V. Zaytsev
mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev -- Sincerely yours, Yury V. Zaytsev ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] Python 2 vs Python 3 again, and a 2.x-only dependency

2019-07-16 Thread Yury V. Zaytsev
... which is irrelevant in the context of RPython. Still, I wonder what’s the long term plan is (if there’s already a plan): depend on PyPy2 indefinitely to be able to translate PyPy3? Sent from my iPad > On 16. Jul 2019, at 19:51, Dan Stromberg wrote: > > >> On Tue, Jul 16, 2019 at 1:35 AM

Re: [pypy-dev] Feedback on Graduate School Research Idea Using Pypy

2019-11-09 Thread Yury V. Zaytsev
Maybe you should start by having a look at PyPyJS and then exploring WebAssembly: https://github.com/pypyjs/pypyjs Sent from my iPad > On 9. Nov 2019, at 03:40, yun bao wrote: > >  > Hi, > > I'm planning to go to grad school for a Master's. I'm thinking about > researching something relat

  1   2   >