File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -463,7 +463,7 @@ Glossary
463463
464464
465465 hash-based pyc
466- A bytecode cache file that uses the the hash rather than the last-modified
466+ A bytecode cache file that uses the hash rather than the last-modified
467467 time of the corresponding source file to determine its validity. See
468468 :ref: `pyc-invalidation `.
469469
Original file line number Diff line number Diff line change @@ -1389,7 +1389,7 @@ Release date: 2014-09-22
13891389Core and Builtins
13901390-----------------
13911391
1392- - Issue #22258: Fix the the internal function set_inheritable() on Illumos.
1392+ - Issue #22258: Fix the internal function set_inheritable() on Illumos.
13931393 This platform exposes the function ``ioctl(FIOCLEX)``, but calling it fails
13941394 with errno is ENOTTY: "Inappropriate ioctl for device". set_inheritable()
13951395 now falls back to the slower ``fcntl()`` (``F_GETFD`` and then ``F_SETFD``).
You can’t perform that action at this time.
0 commit comments