[pypy-dev] a question about pypy-sandbox

2012-12-20 Thread 周灿
Hi,all I want to creat a sandbox to run untrust code. And I choose pypy and I have immplemented my RPC server. But i feel puzzled pypy sandbox is not compatible with all the standard libs(such as threading), since pypy does not allow interperter to load native C modules. I want to know why pyp

Re: [pypy-dev] I have a question...

2012-12-20 Thread Matti Picus
It seems I made a mess with the latest win32 beta release (again). Over 2800 downloads and you were the first to notice, so thanks for the feedback. I wonder how many of the others failed and never mentioned anything? Some of the dlls we shipped with that pypy depend on the Visual 10 runtime, a

[pypy-dev] I would like it if...

2012-12-20 Thread Thomas
PyPy Team: Could you figure out how to make PyPy support Pygame (www.pygame.org)? I am trying, but having no luck so far. Signed, Thomas ___ pypy-dev mailing list pypy-dev@python.org http://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] Twisted sandbox library.

2012-12-20 Thread Joe Hillenbrand
I notice there is no license posted with this. Remember anything posted without a license is considered all rights reserved, so nobody can use this as it is right now. On Dec 20, 2012 2:23 PM, "Jonathan Slenders" wrote: > Hi all, me again :) > > As contributions for a better sandbox hypervisor li

Re: [pypy-dev] Twisted sandbox library.

2012-12-20 Thread Maciej Fijalkowski
On Fri, Dec 21, 2012 at 12:21 AM, Jonathan Slenders wrote: > Hi all, me again :) > > As contributions for a better sandbox hypervisor library were welcome, I > here contribute our Twisted Matrix hypervisor. > > https://github.com/jonathanslenders/twisted-sandlib/blob/master/sandlib.py > > If there

[pypy-dev] Twisted sandbox library.

2012-12-20 Thread Jonathan Slenders
Hi all, me again :) As contributions for a better sandbox hypervisor library were welcome, I here contribute our Twisted Matrix hypervisor. https://github.com/jonathanslenders/twisted-sandlib/blob/master/sandlib.py If there is interest for adding this to Pypy's repository, surely I can add some

Re: [pypy-dev] Await-keyword

2012-12-20 Thread Benjamin Peterson
2012/12/20 Jonathan Slenders : > Personally, I think this is a very clean solution for Twisted's > @defer.inlineCalbacks, Tornado's @gen.engine, and similar functions in other > async frameworks. > > Just sharing this information, but I'd also like to know whether Python code > developers would con

[pypy-dev] Await-keyword

2012-12-20 Thread Jonathan Slenders
Dear all, For my work, I needed a python sandbox which contained the 'await' keyword for asynchronous programming, just like c# does. I found it very easy to extend the 2.7 grammar and include this keyword. https://bitbucket.org/jonathanslenders/pypy Personally, I think this is a very clean solu

Re: [pypy-dev] pypy services hosting / action needed!

2012-12-20 Thread Maciej Fijalkowski
On Thu, Dec 20, 2012 at 4:04 PM, holger krekel wrote: > On Thu, Dec 20, 2012 at 15:23 +0200, Maciej Fijalkowski wrote: >> On Thu, Dec 20, 2012 at 2:19 PM, holger krekel wrote: >> > Hi again, >> > >> > any progress on internal discussions regarding the hosting questions? >> > >> > Note that speed.

Re: [pypy-dev] pypy services hosting / action needed!

2012-12-20 Thread holger krekel
On Thu, Dec 20, 2012 at 15:23 +0200, Maciej Fijalkowski wrote: > On Thu, Dec 20, 2012 at 2:19 PM, holger krekel wrote: > > Hi again, > > > > any progress on internal discussions regarding the hosting questions? > > > > Note that speed.pypy.org is the most important from the list as it > > is the m

Re: [pypy-dev] pypy compatibility page

2012-12-20 Thread Maciej Fijalkowski
On Thu, Dec 20, 2012 at 3:28 PM, Wiktor Mizdal wrote: > > I try use in Pypy 2 codes from Compatibility Page: > > 1) open("filename", "w").write("stuff") > > 2) with open("filename", "w") as f: > f.write("stuff") > > and it works. > > Is Compatibility Page actual? > > Wiktor The first one *mig

[pypy-dev] pypy compatibility page

2012-12-20 Thread Wiktor Mizdal
I try use in Pypy 2 codes from Compatibility Page: 1) open("filename", "w").write("stuff") 2) with open("filename", "w") as f: f.write("stuff") and it works. Is Compatibility Page actual? Wiktor ___ pypy-dev mailing list pypy-dev@python.org http

Re: [pypy-dev] pypy services hosting / action needed!

2012-12-20 Thread Maciej Fijalkowski
On Thu, Dec 20, 2012 at 2:19 PM, holger krekel wrote: > Hi again, > > any progress on internal discussions regarding the hosting questions? > > Note that speed.pypy.org is the most important from the list as it > is the most expensive, sitting on an otherwise mostly unused machine. > > best, > hol

Re: [pypy-dev] pypy services hosting / action needed!

2012-12-20 Thread holger krekel
Hi again, any progress on internal discussions regarding the hosting questions? Note that speed.pypy.org is the most important from the list as it is the most expensive, sitting on an otherwise mostly unused machine. best, holger On Thu, Dec 06, 2012 at 15:23 +, holger krekel wrote: > Hi f