By the way, this solves 1344<https://code.google.com/p/spyderlib/issues/detail?id=1344> .
On Tuesday, April 16, 2013 10:56:58 AM UTC-4, Carlos Córdoba wrote: > > Yep, I noticed :) Thanks a lot Sylvain for helping us to track down and > fix this delicate issue. > > I'll push these changes right away. > > Carlos. > > > El 16/04/13 09:51, Sylvain Corlay escribió: > > On Tuesday, April 16, 2013 10:46:35 AM UTC-4, Sylvain Corlay wrote: > >> Replace >> * handle = kernel32.OpenProcess(0x0400, 0, pid)* >> by >> * handle = kernel32.OpenProcess(1, 0, pid)* >> > > I meant the contrary of course. > S. > -- > You received this message because you are subscribed to the Google Groups > "spyder" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] <javascript:>. > To post to this group, send email to [email protected]<javascript:> > . > Visit this group at http://groups.google.com/group/spyderlib?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > > > -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/spyderlib?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
