pitrou commented on code in PR #43540: URL: https://github.com/apache/arrow/pull/43540#discussion_r1705735417
########## python/pyarrow/src/arrow/python/pythoncapi_compat.h: ########## @@ -0,0 +1,1513 @@ +// Header file providing new C API functions to old Python versions. +// +// File distributed under the Zero Clause BSD (0BSD) license. +// Copyright Contributors to the pythoncapi_compat project. +// +// Homepage: +// https://github.com/python/pythoncapi_compat +// +// Latest version: +// https://raw.githubusercontent.com/python/pythoncapi_compat/master/pythoncapi_compat.h +// +// SPDX-License-Identifier: 0BSD + Review Comment: Can you add a comment somewhere stating which upstream changeset this is vendored from? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
