On Fri, Dec 16, 2011 at 11:00, Stefan Krah <stefan@bytereef.org> wrote:
Victor Stinner <victor.stinner@haypocalc.com> wrote:
> Do you know simple task to start contributing to Python? Something
> useful and not boring if possible :-) There is the "easy" tag on the bug
> tracker, but many issues have a long history, already have a patch, etc.
> Do know other generic task like improving code coverage or support of
> some rare platforms?

On some buildbots compiler warnings are starting to accumulate. Installing
a recent version of gcc and fixing those might be a good task. If the
participants are new to buildbot, it might even be interesting for them. :)


Do we have buildbots that build Python with Clang instead of GCC? The reason I'm asking is that Clang's diagnostics are usually better, and fixing all its warnings could nicely complement fixing GCC's qualms.

Eli