#include <symtable.h>
Public Attributes | |
| PyObject * | st_filename | 
| struct _symtable_entry * | st_cur | 
| struct _symtable_entry * | st_top | 
| PyObject * | st_blocks | 
| PyObject * | st_stack | 
| PyObject * | st_global | 
| int | st_nblocks | 
| PyObject * | st_private | 
| PyFutureFeatures * | st_future | 
| int | recursion_depth | 
| int | recursion_limit | 
| PyObject* st_filename | 
| struct _symtable_entry* st_cur | 
| struct _symtable_entry* st_top | 
| PyObject* st_blocks | 
| PyObject* st_stack | 
| PyObject* st_global | 
| int st_nblocks | 
| PyObject* st_private | 
| PyFutureFeatures* st_future | 
| int recursion_depth | 
| int recursion_limit |