Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Classes | Functions | Variables
greenlet.tests.fail_clearing_run_switches Namespace Reference

Classes

class  G
 
class  RunCallable
 

Functions

 run_func ()
 

Variables

 g = None
 
 main = greenlet.getcurrent()
 
list results = []
 
 x = g.switch()
 
 flush
 

Detailed Description

If we have a run callable passed to the constructor or set as an
attribute, but we don't actually use that (because ``__getattribute__``
or the like interferes), then when we clear callable before beginning
to run, there's an opportunity for Python code to run.