Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Include/internal/pycore_asdl.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ typedef PyObject * object;
typedef PyObject * constant;

/* It would be nice if the code generated by asdl_c.py was completely
independent of Python, but it is a goal the requires too much work
independent of Python, but it is a goal that requires too much work
at this stage. So, for example, I'll represent identifiers as
interned Python strings.
*/
Expand Down
Loading