objspace.disable_entrypoints

  • name: disable_entrypoints
  • description: Disable external entry points, notably the cpyext module and cffi’s embedding mode.
  • command-line: –objspace-disable_entrypoints
  • command-line for negation: –no-objspace-disable_entrypoints
  • option type: boolean option
  • default: False
  • requirements: