@@ -1088,7 +1088,7 @@ Patch by Kumar Aditya.
1088
1088
1089
1089
Fix wasm32-emscripten test failures and platform issues. - Disable syscalls
1090
1090
that are not supported or don't work, e.g. wait, getrusage, prlimit,
1091
- mkfifo, mknod, setres[gu]id, setgroups. - Use fd_count to cound open fds. -
1091
+ mkfifo, mknod, setres[gu]id, setgroups. - Use fd_count to count open fds. -
1092
1092
Add more checks for subprocess and fork. - Add workarounds for missing
1093
1093
_multiprocessing and failing socket.accept(). - Enable bzip2. - Disable
1094
1094
large file support. - Disable signal.alarm.
@@ -1162,7 +1162,7 @@ Terry Jan Reedy.
1162
1162
.. section: C API
1163
1163
1164
1164
Python's public headers no longer import ``<stdbool.h> ``, leaving code that
1165
- embedd /extends Python free to define ``bool ``, ``true `` and ``false ``.
1165
+ embeds /extends Python free to define ``bool ``, ``true `` and ``false ``.
1166
1166
1167
1167
..
1168
1168
@@ -1182,7 +1182,7 @@ internal C API ``pycore_frame.h`` header file. Patch by Victor Stinner.
1182
1182
.. section: C API
1183
1183
1184
1184
Rename ``Include/buffer.h `` header file to ``Include/pybuffer.h `` to avoid
1185
- conflits with projects having an existing ``buffer.h `` header file. Patch by
1185
+ conflicts with projects having an existing ``buffer.h `` header file. Patch by
1186
1186
Victor Stinner.
1187
1187
1188
1188
..
@@ -1202,5 +1202,5 @@ API). Patch by Victor Stinner.
1202
1202
.. nonce: __ZdpH
1203
1203
.. section: C API
1204
1204
1205
- Added function :c:func: `PyType_GetModuleByDef `, which allows accesss to
1205
+ Added function :c:func: `PyType_GetModuleByDef `, which allows access to
1206
1206
module state when a method's defining class is not available.
0 commit comments