PEP 7: prefer static inline functions (#2315)

This commit is contained in:
Victor Stinner 2022-02-08 18:45:40 +01:00 committed by GitHub
parent 1ef98b333a
commit c0fc47a05f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -58,6 +58,9 @@ C dialect
* No compiler warnings with major compilers (gcc, VC++, a few others).
* ``static inline`` functions should be preferred over macros in new
code.
Code lay-out
============