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
0765dd6b
Commit
0765dd6b
authored
Jan 15, 2011
by
Antoine Pitrou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Standard streams use file descriptors, not FILE pointers.
parent
126c8b4a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Doc/c-api/init.rst
Doc/c-api/init.rst
+1
-1
No files found.
Doc/c-api/init.rst
View file @
0765dd6b
...
@@ -100,7 +100,7 @@ Initialization, Finalization, and Threads
...
@@ -100,7 +100,7 @@ Initialization, Finalization, and Threads
(``sys.path``) are also separate. The new environment has no ``sys.argv``
(``sys.path``) are also separate. The new environment has no ``sys.argv``
variable. It has new standard I/O stream file objects ``sys.stdin``,
variable. It has new standard I/O stream file objects ``sys.stdin``,
``sys.stdout`` and ``sys.stderr`` (however these refer to the same underlying
``sys.stdout`` and ``sys.stderr`` (however these refer to the same underlying
:c:type:`FILE` structures in the C library
).
file descriptors
).
The return value points to the first thread state created in the new
The return value points to the first thread state created in the new
sub-interpreter. This thread state is made in the current thread state.
sub-interpreter. This thread state is made in the current thread state.
...
...
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