PyPy
PyPy Configuration[objspace.usemodules.rsocket]

objspace.usemodules.rsocket

back to parent

Basic Option Information

  • name: rsocket
  • description: use module rsocket
  • command-line: --withmod-rsocket
  • command-line for negation: --withoutmod-rsocket
  • option type: boolean option
  • default: False

Description

Use the 'rsocket' module.

This is our implementation of '_socket', the Python builtin module exposing socket primitives, which is wrapped and used by the standard library 'socket.py' module. 'rsocket' is based on rctypes.