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
66579f47
Commit
66579f47
authored
Dec 18, 2007
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #1645 by Alberto Bertogli. Fix a comment.
parent
32225ddd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
Modules/socketmodule.c
Modules/socketmodule.c
+6
-6
No files found.
Modules/socketmodule.c
View file @
66579f47
...
@@ -2358,12 +2358,12 @@ See recv() for documentation about the flags.");
...
@@ -2358,12 +2358,12 @@ See recv() for documentation about the flags.");
/*
/*
* This is the guts of the recv
() and recv_into() methods, which reads into a
* This is the guts of the recv
from() and recvfrom_into() methods, which reads
*
char buffer. If you have any inc/def ref to do to the objects that contain
*
into a char buffer. If you have any inc/def ref to do to the objects that
*
the buffer, do it in the caller. This function returns the number of bytes
*
contain the buffer, do it in the caller. This function returns the number
*
succesfully read. If there was an error, it returns -1. Note that it is
*
of bytes succesfully read. If there was an error, it returns -1. Note
*
also possible that we return a number of bytes smaller than the request
*
that it is also possible that we return a number of bytes smaller than the
* bytes.
*
request
bytes.
*
*
* 'addr' is a return value for the address object. Note that you must decref
* 'addr' is a return value for the address object. Note that you must decref
* it yourself.
* it yourself.
...
...
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