Issue 31464: Remove trailing spaces from Python-ast.h (original) (raw)

Issue31464

Created on 2017-09-14 07:17 by serhiy.storchaka, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 3568 merged serhiy.storchaka,2017-09-14 07:19
Messages (2)
msg302149 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2017-09-14 07:17
Proposed PR makes Parser/asdl_c.py not emitting trailing spaces for blank lines in Include/Python-ast.h.
msg302230 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2017-09-15 03:28
New changeset 5d84cb368c0c3e475c25171c302068c4dfc3e396 by Benjamin Peterson (Serhiy Storchaka) in branch 'master': bpo-31464: asdl_c.py no longer emits trailing spaces in Python-ast.h. (#3568) https://github.com/python/cpython/commit/5d84cb368c0c3e475c25171c302068c4dfc3e396
History
Date User Action Args
2022-04-11 14:58:52 admin set github: 75645
2017-09-15 05:51:25 serhiy.storchaka set status: open -> closedresolution: fixedstage: patch review -> resolved
2017-09-15 03:28:27 benjamin.peterson set messages: +
2017-09-14 07:19:56 serhiy.storchaka set keywords: + patchpull_requests: + <pull%5Frequest3558>
2017-09-14 07:17:34 serhiy.storchaka create