Skip to content

Commit c0fc47a

Browse files
authored
PEP 7: prefer static inline functions (#2315)
1 parent 1ef98b3 commit c0fc47a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pep-0007.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ C dialect
5858

5959
* No compiler warnings with major compilers (gcc, VC++, a few others).
6060

61+
* ``static inline`` functions should be preferred over macros in new
62+
code.
63+
6164

6265
Code lay-out
6366
============

0 commit comments

Comments
 (0)