Re: [Python-Dev] Replacing threads with swapcontext()

2010-03-31 Thread Nick Coghlan
Alexander Sabourenkov wrote: > Hello. > > I have went and replaced Python threads with explicitly-scheduled > coroutines using swapcontext() family of functions (basically out of > frustration with the greenlet). > > I have two questions. > > 1. Is it as dangerous to switch C stacks and not swit

Re: [Python-Dev] Add -3 and -Wd to the buildbots

2010-03-31 Thread Martin v. Löwis
> now that the py3k warnings are fixed (see > http://bugs.python.org/issue7092) we should run the tests on the trunk > buildbots with the -3 flags, in order to check if new warnings are > introduced and possibly to uncover other ones. > It might be a good idea to add the -Wd flag too, both on trunk

Re: [Python-Dev] Add -3 and -Wd to the buildbots

2010-03-31 Thread Florent Xicluna
2010/3/31 Brett Cannon: > On Wed, Mar 31, 2010 at 07:58, Ezio Melotti wrote: >> Hi, >> now that the py3k warnings are fixed (see >> http://bugs.python.org/issue7092) we should run the tests on the trunk >> buildbots with the -3 flags, in order to check if new warnings are >> introduced and possibly

Re: [Python-Dev] Add -3 and -Wd to the buildbots

2010-03-31 Thread Brett Cannon
On Wed, Mar 31, 2010 at 07:58, Ezio Melotti wrote: > Hi, > now that the py3k warnings are fixed (see http://bugs.python.org/issue7092) > we should run the tests on the trunk buildbots with the -3 flags, in order > to check if new warnings are introduced and possibly to uncover other ones. > It mi

[Python-Dev] Replacing threads with swapcontext()

2010-03-31 Thread Alexander Sabourenkov
Hello. I have went and replaced Python threads with explicitly-scheduled coroutines using swapcontext() family of functions (basically out of frustration with the greenlet). I have two questions. 1. Is it as dangerous to switch C stacks and not switch PyThreadState as I suspect? In particul

[Python-Dev] Add -3 and -Wd to the buildbots

2010-03-31 Thread Ezio Melotti
Hi, now that the py3k warnings are fixed (see http://bugs.python.org/issue7092) we should run the tests on the trunk buildbots with the -3 flags, in order to check if new warnings are introduced and possibly to uncover other ones. It might be a good idea to add the -Wd flag too, both on trunk

Re: [Python-Dev] GSoC 2010 is on -- projects?

2010-03-31 Thread C. Titus Brown
On Wed, Mar 31, 2010 at 05:41:47PM +0900, Stephen J. Turnbull wrote: > anatoly techtonik writes: > > > I would vote for allowing student work on community infrastructure > > tasks. Tracker, Wiki, Web site management tools are all outdated and > > everybody who cares agrees that they've seen a b

Re: [Python-Dev] GSoC 2010 is on -- projects?

2010-03-31 Thread Stephen J. Turnbull
anatoly techtonik writes: > I would vote for allowing student work on community infrastructure > tasks. Tracker, Wiki, Web site management tools are all outdated and > everybody who cares agrees that they've seen a better tools. I've also seen *much* worse tools in actual use. You don't have

Re: [Python-Dev] GSoC 2010 is on -- projects?

2010-03-31 Thread anatoly techtonik
On Mon, Mar 29, 2010 at 3:30 PM, C. Titus Brown wrote: > >> I would vote for allowing student work on community infrastructure >> tasks. Tracker, Wiki, Web site management tools are all outdated and >> everybody who cares agrees that they've seen a better tools. > > As long as it's programming, it

Re: [Python-Dev] Contribute

2010-03-31 Thread anatoly techtonik
On Tue, Mar 30, 2010 at 2:20 AM, wrote: > >    Shashwat> Python should have something like gnome-love ( >    Shashwat> http://live.gnome.org/GnomeLove ). Some bugs on bugzilla is >    Shashwat> tagged with gnome-love which are fairly easy and especially >    Shashwat> created to help dive in new