Skip to content

Commit cd37794

Browse files
1 parent 9ce8985 commit cd37794

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

porting/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1101,7 +1101,7 @@ <h3 id="caches">Caches</h3>
11011101
<p class="admonition-title">Note</p>
11021102
<p>Note that, while the NumPy PR linked above uses <code>PyThread_type_lock</code>, that is
11031103
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
11051105
<a href="https://github.com/numpy/numpy/pull/27011">this NumPy PR</a> that ports all
11061106
<code>PyThread_type_lock</code> usages to <code>PyMutex</code>.</p>
11071107
</div>
@@ -1268,7 +1268,7 @@ <h3 id="limited-api-support">Limited API support</h3>
12681268
<span class="md-icon" title="Last update">
12691269
<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>
12701270
</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>
12721272
</span>
12731273

12741274

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

sitemap.xml.gz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)