[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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.python.org/cpython/rev/fc527ecb4487

--
nosy: +python-dev

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 #define MAJOR STRIFY(PY_MAJOR_VERSION)
␉···  25862 #define MINOR STRIFY(PY_MINOR_VERSION)
␉···  25863 #define TAG NAME "-" MAJOR MINOR;
␉···  25864 const char *_PySys_ImplCacheTag = TAG;
␉···␉···.1
%CC-I-EXTRASEMI, (1) Extraneous semicolon.

   E␉···"cpython" "-" "3" "5" ;

--
messages: 222007
nosy: John.Malmberg
priority: normal
severity: normal
status: open
title: sysmodule.c, #define terminated with semicolon.
versions: Python 3.5

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com