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

Functions

 run_unhandled_exception_in_greenlet_aborts ()
 

Variables

 func_name = sys.argv[1]
 
 func = getattr(_test_extension_cpp, func_name)
 
 g = greenlet.greenlet(_test_extension_cpp.test_exception_throw_std)
 
 flush
 

Detailed Description

Helper for testing a C++ exception throw aborts the process.

Takes one argument, the name of the function in :mod:`_test_extension_cpp` to call.