Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ebc45ab

Browse files
committed
Add URL to the latest version
1 parent 73220fb commit ebc45ab

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

pythoncapi_compat.h

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
*/
1+
// Header file providing new functions of the Python C API to Python 3.6.
2+
//
3+
// File distributed under the MIT license.
4+
// Homepage: https://github.com/pythoncapi/pythoncapi_compat.
5+
//
6+
// Latest version:
7+
// https://raw.githubusercontent.com/pythoncapi/pythoncapi_compat/master/pythoncapi_compat.h
78

89
#ifndef PYTHONCAPI_COMPAT
910
#define PYTHONCAPI_COMPAT

0 commit comments

Comments
 (0)