[issue28751] Fix comments in code.h

2016-11-21 Thread Raymond Hettinger
Raymond Hettinger added the comment: Thanks Ned. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bug

[issue28751] Fix comments in code.h

2016-11-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0a916174 by Raymond Hettinger in branch '3.6': Issue 28751: Fix comments in code.h. (Contributed by Ned Batchelder). https://hg.python.org/cpython/rev/0a916174 -- nosy: +python-dev ___ Python tra

[issue28751] Fix comments in code.h

2016-11-21 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- assignee: -> rhettinger nosy: +rhettinger ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue28751] Fix comments in code.h

2016-11-21 Thread Brett Cannon
Brett Cannon added the comment: Patch LGTM. -- stage: -> commit review ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

[issue28751] Fix comments in code.h

2016-11-20 Thread Emanuel Barry
Changes by Emanuel Barry : -- nosy: +ebarry ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python

[issue28751] Fix comments in code.h

2016-11-20 Thread Ned Batchelder
Changes by Ned Batchelder : -- keywords: +patch Added file: http://bugs.python.org/file45560/28751.patch ___ Python tracker ___ ___ Py

[issue28751] Fix comments in code.h

2016-11-20 Thread Ned Batchelder
New submission from Ned Batchelder: A field moved in PyCodeObject, but comments mentioning it were not updated. Also, there's a stray word? -- messages: 281268 nosy: brett.cannon, nedbat priority: normal severity: normal status: open title: Fix comments in code.h versions: Python 3.7 _