We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4faae9 commit 0785b58Copy full SHA for 0785b58
README.md
@@ -71,3 +71,16 @@ pointed by the `PYO3_CROSS_LIB_DIR` environment variable.
71
```sh
72
PYO3_CROSS_LIB_DIR=target/python3-dll cargo build --target x86_64-pc-windows-gnu
73
```
74
+
75
+Maintenance
76
+-----------
77
78
+This crate embeds the `stable_abi.txt` definitions file from CPython
79
+in the `Misc` subdirectory.
80
81
+The upstream version of this file is located in the [CPython project][cpython]
82
+repository under the same path.
83
+This file should be updated for every subsequent CPython release
84
+(e.g. for CPython 3.12).
85
86
+[cpython]: https://github.com/python/cpython/blob/main/Misc/stable_abi.txt
0 commit comments