]> granicus.if.org Git - python/commit
Issue #28838: Cleanup abstract.h
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 15 Dec 2016 08:14:25 +0000 (09:14 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 15 Dec 2016 08:14:25 +0000 (09:14 +0100)
commit5bef7cd7f4d7ab666c0fc4b0cb6bd9311fb3d9b1
treed8fdaa4d49433591b2a8c896d8ad4fb5c6fa4920
parent321600bd6516417d97236b06edf104c322de96a2
Issue #28838: Cleanup abstract.h

Rewrite all comments to use the same style than other Python header files:
comment functions *before* their declaration, no newline between the comment
and the declaration.

Reformat some comments, add newlines, to make them easier to read.

Quote argument like 'arg' to mention an argument in a comment.
Include/abstract.h