File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1101,7 +1101,7 @@ <h3 id="caches">Caches</h3>
1101
1101
< p class ="admonition-title "> Note</ p >
1102
1102
< p > Note that, while the NumPy PR linked above uses < code > PyThread_type_lock</ code > , that is
1103
1103
only because < code > PyMutex</ code > was not part of the public Python C API at the time. We
1104
- recommended always using < code > PyMutex</ code > . For pointers on how to do that, check
1104
+ recommend always using < code > PyMutex</ code > . For pointers on how to do that, check
1105
1105
< a href ="https://github.com/numpy/numpy/pull/27011 "> this NumPy PR</ a > that ports all
1106
1106
< code > PyThread_type_lock</ code > usages to < code > PyMutex</ code > .</ p >
1107
1107
</ div >
@@ -1268,7 +1268,7 @@ <h3 id="limited-api-support">Limited API support</h3>
1268
1268
< span class ="md-icon " title ="Last update ">
1269
1269
< svg xmlns ="http://www.w3.org/2000/svg " viewBox ="0 0 24 24 "> < path d ="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1zM12.5 7v5.2l4 2.4-1 1L11 13V7zM11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2z "/> </ svg >
1270
1270
</ span >
1271
- < span class ="git-revision-date-localized-plugin git-revision-date-localized-plugin-date "> October 8 , 2024</ span >
1271
+ < span class ="git-revision-date-localized-plugin git-revision-date-localized-plugin-date "> October 9 , 2024</ span >
1272
1272
</ span >
1273
1273
1274
1274
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments