Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
40a536be
Commit
40a536be
authored
Mar 28, 2018
by
INADA Naoki
Committed by
GitHub
Mar 28, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
s/the the/the/ (GH-6287)
parent
c0518cde
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Doc/glossary.rst
Doc/glossary.rst
+1
-1
Misc/HISTORY
Misc/HISTORY
+1
-1
No files found.
Doc/glossary.rst
View file @
40a536be
...
...
@@ -463,7 +463,7 @@ Glossary
hash
-
based
pyc
A
bytecode
cache
file
that
uses
the
the
hash
rather
than
the
last
-
modified
A
bytecode
cache
file
that
uses
the
hash
rather
than
the
last
-
modified
time
of
the
corresponding
source
file
to
determine
its
validity
.
See
:
ref
:`
pyc
-
invalidation
`.
...
...
Misc/HISTORY
View file @
40a536be
...
...
@@ -1389,7 +1389,7 @@ Release date: 2014-09-22
Core and Builtins
-----------------
- Issue #22258: Fix the
the
internal function set_inheritable() on Illumos.
- Issue #22258: Fix the internal function set_inheritable() on Illumos.
This platform exposes the function ``ioctl(FIOCLEX)``, but calling it fails
with errno is ENOTTY: "Inappropriate ioctl for device". set_inheritable()
now falls back to the slower ``fcntl()`` (``F_GETFD`` and then ``F_SETFD``).
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment