You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guide/src/migration.md
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,15 @@ For a detailed list of all changes, see the [CHANGELOG](changelog.md).
5
5
6
6
## from 0.21.* to 0.22
7
7
8
+
### Deprecation of `gil-refs` feature continues
9
+
<detailsopen>
10
+
<summary><small>Click to expand</small></summary>
11
+
12
+
Following the introduction of the "Bound" API in PyO3 0.21 and the planned removal of the "GIL Refs" API, all functionality related to GIL Refs is now gated behind the `gil-refs` feature and emits a deprecation warning on use.
13
+
14
+
See <ahref="#from-021-to-022">the 0.21 migration entry</a> for help upgrading.
15
+
</details>
16
+
8
17
### Deprecation of implicit default for trailing optional arguments
0 commit comments