diff --git a/Include/cpython/abstract.h b/Include/cpython/abstract.h index b5b6e4819788c5..73550be06592d9 100644 --- a/Include/cpython/abstract.h +++ b/Include/cpython/abstract.h @@ -8,6 +8,7 @@ # define _PyObject_CallMethodId _PyObject_CallMethodId_SizeT #endif + /* Convert keyword arguments from the FASTCALL (stack: C array, kwnames: tuple) format to a Python dictionary ("kwargs" dict). diff --git a/README.rst b/README.rst index 96c9561e7c8eb1..44c81b72b8cf02 100644 --- a/README.rst +++ b/README.rst @@ -267,3 +267,4 @@ so it may be used in proprietary projects. There are interfaces to some GNU code but these are entirely optional. All trademarks referenced herein are property of their respective holders. +