[issue21891] sysmodule.c, #define terminated with semicolon.

2014-06-30 Thread Ned Deily
Ned Deily added the comment: Thanks for the report! -- nosy: +ned.deily resolution: -> fixed stage: -> resolved status: open -> closed versions: +Python 3.4 ___ Python tracker

[issue21891] sysmodule.c, #define terminated with semicolon.

2014-06-30 Thread Roundup Robot
Roundup Robot added the comment: New changeset 50e924d26ba6 by Ned Deily in branch '3.4': Issue #21891: remove extraneous semicolon. http://hg.python.org/cpython/rev/50e924d26ba6 New changeset fc527ecb4487 by Ned Deily in branch 'default': Issue #21891: remove extraneous semicolon. http://hg.pyt

[issue21891] sysmodule.c, #define terminated with semicolon.

2014-06-30 Thread John Malmberg
New submission from John Malmberg: Minor issue, the #define TAG line incorrectly is terminated with a semicolon. This results in a double semicolon on the following line where the macro is expanded. As this is an informational message, this is just cosmetic. Listing fragment: ␉··· 25861