@@ -1088,7 +1088,7 @@ Patch by Kumar Aditya.
10881088
10891089 Fix wasm32-emscripten test failures and platform issues. - Disable syscalls
10901090that 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. -
10921092Add more checks for subprocess and fork. - Add workarounds for missing
10931093_multiprocessing and failing socket.accept(). - Enable bzip2. - Disable
10941094large file support. - Disable signal.alarm.
@@ -1162,7 +1162,7 @@ Terry Jan Reedy.
11621162.. section: C API
11631163
11641164 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 ``.
11661166
11671167..
11681168
@@ -1182,7 +1182,7 @@ internal C API ``pycore_frame.h`` header file. Patch by Victor Stinner.
11821182.. section: C API
11831183
11841184 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
11861186Victor Stinner.
11871187
11881188..
@@ -1202,5 +1202,5 @@ API). Patch by Victor Stinner.
12021202.. nonce: __ZdpH
12031203.. section: C API
12041204
1205- Added function :c:func: `PyType_GetModuleByDef `, which allows accesss to
1205+ Added function :c:func: `PyType_GetModuleByDef `, which allows access to
12061206module state when a method's defining class is not available.
0 commit comments