Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
subprocess patch
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
CMGS  
View profile  
 More options May 24 2012, 11:58 pm
From: CMGS <ils...@gmail.com>
Date: Fri, 25 May 2012 11:58:53 +0800
Local: Thurs, May 24 2012 11:58 pm
Subject: subprocess patch

I write a subprcess patch for gevent, see https://gist.github.com/2785610.
the test passed in gevent 1.0b1, however, failed in gevent 1.0b2.

then I review the code I found that in gevent 1.0b1, after children process
dead, it will return 0, but return None in gevent 1.0b2.

so...what's different between 1.0b1 and 1.0b2?

--

-CMGS
A simple coder.
Love travel, sports especially outdoor sports and computer technology.
Have a dream that one day can tour around.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Damien Churchill  
View profile  
 More options May 25 2012, 5:52 am
From: Damien Churchill <dam...@gmail.com>
Date: Fri, 25 May 2012 10:52:38 +0100
Local: Fri, May 25 2012 5:52 am
Subject: Re: [gevent] subprocess patch
On 25 May 2012 04:58, CMGS <ils...@gmail.com> wrote:

> so...what's different between 1.0b1 and 1.0b2?

There's a subprocess[0] module in gevent now.

https://bitbucket.org/denis/gevent/src/5dca6e927bc4/gevent/subprocess.py


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Executier Godlike  
View profile   Translate to Translated (View Original)
 More options May 28 2012, 4:23 pm
From: Executier Godlike <s...@messir.net>
Date: Mon, 28 May 2012 22:23:32 +0200
Local: Mon, May 28 2012 4:23 pm
Subject: Re: [gevent] subprocess patch
Thank you for the subprocess.
While it is already shipped with gevent there is no proper version for
gevent-py3k. Until gevent doesn't support py3k it is very useful.

It contains some typos like "from sp import ...".
And does "patch_subprocess()" really needed?

> I write a subprcess patch for gevent, see
> https://gist.github.com/2785610. the test passed in gevent 1.0b1,
> however, failed in gevent 1.0b2.

> then I review the code I found that in gevent 1.0b1, after children
> process dead, it will return 0, but return None in gevent 1.0b2.

> so...what's different between 1.0b1 and 1.0b2?

--
Alexandre Kandalintsev

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
CMGS  
View profile   Translate to Translated (View Original)
 More options May 29 2012, 2:04 am
From: CMGS <ils...@gmail.com>
Date: Mon, 28 May 2012 23:04:11 -0700 (PDT)
Local: Tues, May 29 2012 2:04 am
Subject: Re: [gevent] subprocess patch

well..yes..'from sp import..' is a typo..sorry
in your code patch_subprocess() is necessary.

在 2012年5月29日星期二UTC+8上午4时23分32秒,exe写道:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »