We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73220fb commit ebc45abCopy full SHA for ebc45ab
1 file changed
pythoncapi_compat.h
@@ -1,9 +1,10 @@
1
-/* Header file providing new functions of the Python C API
2
- for old Python versions.
3
-
4
- File distributed under the MIT license.
5
- Homepage: https://github.com/pythoncapi/pythoncapi_compat.
6
-*/
+// Header file providing new functions of the Python C API to Python 3.6.
+//
+// File distributed under the MIT license.
+// Homepage: https://github.com/pythoncapi/pythoncapi_compat.
+// Latest version:
7
+// https://raw.githubusercontent.com/pythoncapi/pythoncapi_compat/master/pythoncapi_compat.h
8
9
#ifndef PYTHONCAPI_COMPAT
10
#define PYTHONCAPI_COMPAT
0 commit comments