Differences between revisions 1 and 9 (spanning 8 versions)
Revision 1 as of 2005-01-17 00:53:58
Size: 455
Editor: BrettCannon
Comment:
Revision 9 as of 2005-03-08 03:49:21
Size: 1251
Editor: BrettCannon
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= What We Are Going To Do =
Line 4: Line 6:
Line 5: Line 8:
Line 6: Line 10:
* Work out bugs
* Work out bugs (including memory leaks)
Line 9: Line 15:
The people planning to sprint on the AST branch are:
= Preparing =

To get ready for the sprint, get a CVS checkout of the 'ast-branch'. How to do get a tagged branch, see the Python Dev FAQ @ http://www.python.org/dev/devfaq.html .

Once you have a checkout, read Python/compile.txt . That gives an overview of what files are involved and how the basic process works.


= Attendees =
Line 12: Line 26:

* Neal Norwitz (maybe)

* LD Landis

* John Ehresman (arriving early afternoon on Saturday)

Q: Is a pythonite with very little hacking-CPython experience of any use? -- Timothy Fitz

A: Sure! Part of the point of the sprints is to teach people about what is being sprinted on in hopes of them continuing to contribute long after the sprint is over. I just can't make any guarantees about entertainment value. =) -- Brett C.

What We Are Going To Do

Guido has requested that the AST branch please be finished for Python 2.5 . Sprint on the AST branch has also become a tradition since the first sprint at PyCon 2003. Here is a rough list of what needs to be worked on:

* applying patches from SF

* Get generator expression working

* Get decorators working

* Work out bugs (including memory leaks)

* Flesh out docs on AST

Preparing

To get ready for the sprint, get a CVS checkout of the 'ast-branch'. How to do get a tagged branch, see the Python Dev FAQ @ http://www.python.org/dev/devfaq.html .

Once you have a checkout, read Python/compile.txt . That gives an overview of what files are involved and how the basic process works.

Attendees

* Brett Cannon

* Neal Norwitz (maybe)

* LD Landis

* John Ehresman (arriving early afternoon on Saturday)

Q: Is a pythonite with very little hacking-CPython experience of any use? -- Timothy Fitz

A: Sure! Part of the point of the sprints is to teach people about what is being sprinted on in hopes of them continuing to contribute long after the sprint is over. I just can't make any guarantees about entertainment value. =) -- Brett C.


CategoryPyCon2005

PyCoreAstSprint (last edited 2008-11-15 14:00:57 by localhost)

Unable to edit the page? See the FrontPage for instructions.