Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
PyPy
pypy
Commits
6d4973cec392
Commit
89184810
authored
May 25, 2014
by
Armin Rigo
Browse files
Add comment inline
parent
eb63b07ea99a
Changes
1
Hide whitespace changes
Inline
Side-by-side
rpython/rlib/rsocket.py
View file @
6d4973ce
...
...
@@ -23,6 +23,9 @@ from rpython.rtyper.lltypesystem import lltype, rffi
from
rpython.rtyper.lltypesystem.rffi
import
sizeof
,
offsetof
INVALID_SOCKET
=
_c
.
INVALID_SOCKET
from
rpython.rlib
import
jit
# Usage of @jit.dont_look_inside in this file is possibly temporary
# and only because some lltypes declared in _rsocket_rffi choke the
# JIT's codewriter right now (notably, FixedSizeArray).
def
mallocbuf
(
buffersize
):
...
...
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