********************
  Stackless Python 
********************

.. topic:: Introduction

  `Stackless Python <http://stackless.com>`_ is an enhanced version of
  the Python programming language.

  This example shows how to take advantage of Stackless Python with the
  `Twisted <http://twistedmatrix.com>`_ framework.


Example
=======

The following example shows how a single method is exposed in this way:

.. literalinclude:: ../examples/gateways/twisted/stackless.py
   :linenos:

