This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: asdl generation changes
Type: Stage:
Components: Interpreter Core Versions: Python 2.5
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: jhylton Nosy List: jhylton, jpe, nnorwitz
Priority: normal Keywords: patch

Created on 2006-02-28 22:17 by jpe, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
asdl.diff jpe, 2006-02-28 22:17 Code generation changes
Messages (3)
msg49614 - (view) Author: John Ehresman (jpe) * Date: 2006-02-28 22:17
Adds statics to variables in _ast module and preserves
order of class attributes (they were reversed
previously).  Note that patch 1440601 is sensitive to
attribute order and currently depends on the reversed
order.
msg49615 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2006-02-28 22:22
Logged In: YES 
user_id=33168

Jeremy, I'm assigning the AST type patches to you for review.
msg49616 - (view) Author: John Ehresman (jpe) * Date: 2006-03-01 20:57
Logged In: YES 
user_id=22785

Closing because Neal made most of the changes already and
the attribute ordering changes are in the col patch
History
Date User Action Args
2022-04-11 14:56:15adminsetgithub: 42956
2006-02-28 22:17:01jpecreate