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
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 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
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
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
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
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
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
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.
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
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
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
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
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
14 matches
Mail list logo