Skip to content

Commit 1a7d794

Browse files
committed
Deploying to gh-pages from @ 813de09 🚀
1 parent ed5ecf5 commit 1a7d794

File tree

554 files changed

+569
-566
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

554 files changed

+569
-566
lines changed

_sources/c-api/float.rst.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -121,15 +121,15 @@ There are two problems on non-IEEE platforms:
121121
* What this does is undefined if *x* is a NaN or infinity.
122122
* ``-0.0`` and ``+0.0`` produce the same bytes string.
123123
124-
.. c:function:: int PyFloat_Pack2(double x, unsigned char *p, int le)
124+
.. c:function:: int PyFloat_Pack2(double x, char *p, int le)
125125
126126
Pack a C double as the IEEE 754 binary16 half-precision format.
127127
128-
.. c:function:: int PyFloat_Pack4(double x, unsigned char *p, int le)
128+
.. c:function:: int PyFloat_Pack4(double x, char *p, int le)
129129
130130
Pack a C double as the IEEE 754 binary32 single precision format.
131131
132-
.. c:function:: int PyFloat_Pack8(double x, unsigned char *p, int le)
132+
.. c:function:: int PyFloat_Pack8(double x, char *p, int le)
133133
134134
Pack a C double as the IEEE 754 binary64 double precision format.
135135
@@ -151,14 +151,14 @@ Return value: The unpacked double. On error, this is ``-1.0`` and
151151
Note that on a non-IEEE platform this will refuse to unpack a bytes string that
152152
represents a NaN or infinity.
153153
154-
.. c:function:: double PyFloat_Unpack2(const unsigned char *p, int le)
154+
.. c:function:: double PyFloat_Unpack2(const char *p, int le)
155155
156156
Unpack the IEEE 754 binary16 half-precision format as a C double.
157157
158-
.. c:function:: double PyFloat_Unpack4(const unsigned char *p, int le)
158+
.. c:function:: double PyFloat_Unpack4(const char *p, int le)
159159
160160
Unpack the IEEE 754 binary32 single precision format as a C double.
161161
162-
.. c:function:: double PyFloat_Unpack8(const unsigned char *p, int le)
162+
.. c:function:: double PyFloat_Unpack8(const char *p, int le)
163163
164164
Unpack the IEEE 754 binary64 double precision format as a C double.

about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ <h3>瀏覽</h3>
320320
<a href="https://www.python.org/psf/donations/">Please donate.</a>
321321
<br>
322322
<br>
323-
最後更新於 7月 14, 2025 (11:36 UTC)。
323+
最後更新於 7月 15, 2025 (09:46 UTC)。
324324

325325
<a href="/bugs.html">Found a bug</a>?
326326

bugs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ <h3>瀏覽</h3>
359359
<a href="https://www.python.org/psf/donations/">Please donate.</a>
360360
<br>
361361
<br>
362-
最後更新於 7月 14, 2025 (11:36 UTC)。
362+
最後更新於 7月 15, 2025 (09:46 UTC)。
363363

364364
<a href="/bugs.html">Found a bug</a>?
365365

c-api/abstract.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ <h3>瀏覽</h3>
329329
<a href="https://www.python.org/psf/donations/">Please donate.</a>
330330
<br>
331331
<br>
332-
最後更新於 7月 14, 2025 (11:36 UTC)。
332+
最後更新於 7月 15, 2025 (09:46 UTC)。
333333

334334
<a href="/bugs.html">Found a bug</a>?
335335

c-api/allocation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ <h3>瀏覽</h3>
350350
<a href="https://www.python.org/psf/donations/">Please donate.</a>
351351
<br>
352352
<br>
353-
最後更新於 7月 14, 2025 (11:36 UTC)。
353+
最後更新於 7月 15, 2025 (09:46 UTC)。
354354

355355
<a href="/bugs.html">Found a bug</a>?
356356

c-api/apiabiversion.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ <h3>瀏覽</h3>
376376
<a href="https://www.python.org/psf/donations/">Please donate.</a>
377377
<br>
378378
<br>
379-
最後更新於 7月 14, 2025 (11:36 UTC)。
379+
最後更新於 7月 15, 2025 (09:46 UTC)。
380380

381381
<a href="/bugs.html">Found a bug</a>?
382382

c-api/arg.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -931,7 +931,7 @@ <h3>瀏覽</h3>
931931
<a href="https://www.python.org/psf/donations/">Please donate.</a>
932932
<br>
933933
<br>
934-
最後更新於 7月 14, 2025 (11:36 UTC)。
934+
最後更新於 7月 15, 2025 (09:46 UTC)。
935935

936936
<a href="/bugs.html">Found a bug</a>?
937937

c-api/bool.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ <h3>瀏覽</h3>
341341
<a href="https://www.python.org/psf/donations/">Please donate.</a>
342342
<br>
343343
<br>
344-
最後更新於 7月 14, 2025 (11:36 UTC)。
344+
最後更新於 7月 15, 2025 (09:46 UTC)。
345345

346346
<a href="/bugs.html">Found a bug</a>?
347347

c-api/buffer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1022,7 +1022,7 @@ <h3>瀏覽</h3>
10221022
<a href="https://www.python.org/psf/donations/">Please donate.</a>
10231023
<br>
10241024
<br>
1025-
最後更新於 7月 14, 2025 (11:36 UTC)。
1025+
最後更新於 7月 15, 2025 (09:46 UTC)。
10261026

10271027
<a href="/bugs.html">Found a bug</a>?
10281028

c-api/bytearray.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ <h3>瀏覽</h3>
400400
<a href="https://www.python.org/psf/donations/">Please donate.</a>
401401
<br>
402402
<br>
403-
最後更新於 7月 14, 2025 (11:36 UTC)。
403+
最後更新於 7月 15, 2025 (09:46 UTC)。
404404

405405
<a href="/bugs.html">Found a bug</a>?
406406

0 commit comments

Comments
 (0)