=============================
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:**

  + `objspace.usemodules.cpyext`_ must be set to 'False'

.. _objspace.usemodules.cpyext: objspace.usemodules.cpyext.html

