Generated by Cython 0.26
Yellow lines hint at Python interaction.
Click on a line that starts with a "+
" to see the C code that Cython generated for it.
Raw output: constants.pxi
001: cdef extern from *:
002: unsigned int XNone "None"
003: unsigned int KeyPress
004: unsigned int KeyRelease
005: unsigned int ButtonPress
006: unsigned int ButtonRelease
007: unsigned int MotionNotify
008: unsigned int EnterNotify
009: unsigned int LeaveNotify
010: unsigned int FocusIn
011: unsigned int FocusOut
012: unsigned int KeymapNotify
013: unsigned int Expose
014: unsigned int GraphicsExpose
015: unsigned int NoExpose
016: unsigned int VisibilityNotify
017: unsigned int CreateNotify
018: unsigned int DestroyNotify
019: unsigned int UnmapNotify
020: unsigned int MapNotify
021: unsigned int MapRequest
022: unsigned int ReparentNotify
023: unsigned int ConfigureNotify
024: unsigned int ConfigureRequest
025: unsigned int GravityNotify
026: unsigned int ResizeRequest
027: unsigned int CirculateNotify
028: unsigned int CirculateRequest
029: unsigned int PropertyNotify
030: unsigned int SelectionClear
031: unsigned int SelectionRequest
032: unsigned int SelectionNotify
033: unsigned int ColormapNotify
034: unsigned int ClientMessage
035: unsigned int MappingNotify
036: unsigned int GenericEvent
037: unsigned int LASTEvent
038: unsigned int CWX
039: unsigned int CWY
040: unsigned int CWWidth
041: unsigned int CWHeight
042: unsigned int CWBorderWidth
043: unsigned int CWSibling
044: unsigned int CWStackMode
045: unsigned int Success
046: unsigned int BadRequest
047: unsigned int BadValue
048: unsigned int BadWindow
049: unsigned int BadPixmap
050: unsigned int BadAtom
051: unsigned int BadCursor
052: unsigned int BadFont
053: unsigned int BadMatch
054: unsigned int BadDrawable
055: unsigned int BadAccess
056: unsigned int BadAlloc
057: unsigned int BadColor
058: unsigned int BadGC
059: unsigned int BadIDChoice
060: unsigned int BadName
061: unsigned int BadLength
062: unsigned int BadImplementation
063: unsigned int FirstExtensionError
064: unsigned int LastExtensionError
065: constants = {
+066: "XNone": XNone,
__pyx_t_3 = PyDict_New(); if (unlikely(!__pyx_t_3)) __PYX_ERR(1, 66, __pyx_L1_error) __Pyx_GOTREF(__pyx_t_3); __pyx_t_4 = __Pyx_PyInt_From_unsigned_int(None); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 66, __pyx_L1_error) __Pyx_GOTREF(__pyx_t_4); if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_XNone, __pyx_t_4) < 0) __PYX_ERR(1, 66, __pyx_L1_error) __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+067: "KeyPress": KeyPress,
__pyx_t_4 = __Pyx_PyInt_From_unsigned_int(KeyPress); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 67, __pyx_L1_error) __Pyx_GOTREF(__pyx_t_4); if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_KeyPress, __pyx_t_4) < 0) __PYX_ERR(1, 66, __pyx_L1_error) __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+068: "KeyRelease": KeyRelease,
__pyx_t_4 = __Pyx_PyInt_From_unsigned_int(KeyRelease); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 68, __pyx_L1_error) __Pyx_GOTREF(__pyx_t_4); if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_KeyRelease, __pyx_t_4) < 0) __PYX_ERR(1, 66, __pyx_L1_error) __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+069: "ButtonPress": ButtonPress,
__pyx_t_4 = __Pyx_PyInt_From_unsigned_int(ButtonPress); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 69, __pyx_L1_error) __Pyx_GOTREF(__pyx_t_4); if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_ButtonPress, __pyx_t_4) < 0) __PYX_ERR(1, 66, __pyx_L1_error) __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+070: "ButtonRelease": ButtonRelease,
__pyx_t_4 = __Pyx_PyInt_From_unsigned_int(ButtonRelease); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 70, __pyx_L1_error) __Pyx_GOTREF(__pyx_t_4); if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_ButtonRelease, __pyx_t_4) < 0) __PYX_ERR(1, 66, __pyx_L1_error) __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+071: "MotionNotify": MotionNotify,
__pyx_t_4 = __Pyx_PyInt_From_unsigned_int(MotionNotify); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 71, __pyx_L1_error) __Pyx_GOTREF(__pyx_t_4); if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_MotionNotify, __pyx_t_4) < 0) __PYX_ERR(1, 66, __pyx_L1_error) __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+072: "EnterNotify": EnterNotify,
__pyx_t_4 = __Pyx_PyInt_From_unsigned_int(EnterNotify); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 72, __pyx_L1_error) __Pyx_GOTREF(__pyx_t_4); if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_EnterNotify, __pyx_t_4) < 0) __PYX_ERR(1, 66, __pyx_L1_error) __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+073: "LeaveNotify": LeaveNotify,
__pyx_t_4 = __Pyx_PyInt_From_unsigned_int(LeaveNotify); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 73, __pyx_L1_error) __Pyx_GOTREF(__pyx_t_4); if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_LeaveNotify, __pyx_t_4) < 0) __PYX_ERR(1, 66, __pyx_L1_error) __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+074: "FocusIn": FocusIn,
__pyx_t_4 = __Pyx_PyInt_From_unsigned_int(FocusIn); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 74, __pyx_L1_error) __Pyx_GOTREF(__pyx_t_4); if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_FocusIn, __pyx_t_4) < 0) __PYX_ERR(1, 66, __pyx_L1_error) __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+075: "FocusOut": FocusOut,
__pyx_t_4 = __Pyx_PyInt_From_unsigned_int(FocusOut); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 75, __pyx_L1_error) __Pyx_GOTREF(__pyx_t_4); if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_FocusOut, __pyx_t_4) < 0) __PYX_ERR(1, 66, __pyx_L1_error) __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+076: "KeymapNotify": KeymapNotify,
__pyx_t_4 = __Pyx_PyInt_From_unsigned_int(KeymapNotify); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 76, __pyx_L1_error) __Pyx_GOTREF(__pyx_t_4); if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_KeymapNotify, __pyx_t_4) < 0) __PYX_ERR(1, 66, __pyx_L1_error) __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+077: "Expose": Expose,
__pyx_t_4 = __Pyx_PyInt_From_unsigned_int(Expose); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 77, __pyx_L1_error) __Pyx_GOTREF(__pyx_t_4); if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_Expose, __pyx_t_4) < 0) __PYX_ERR(1, 66, __pyx_L1_error) __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+078: "GraphicsExpose": GraphicsExpose,
__pyx_t_4 = __Pyx_PyInt_From_unsigned_int(GraphicsExpose); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 78, __pyx_L1_error) __Pyx_GOTREF(__pyx_t_4); if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_GraphicsExpose, __pyx_t_4) < 0) __PYX_ERR(1, 66, __pyx_L1_error) __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+079: "NoExpose": NoExpose,
__pyx_t_4 = __Pyx_PyInt_From_unsigned_int(NoExpose); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 79, __pyx_L1_error) __Pyx_GOTREF(__pyx_t_4); if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_NoExpose, __pyx_t_4) < 0) __PYX_ERR(1, 66, __pyx_L1_error) __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+080: "VisibilityNotify": VisibilityNotify,
__pyx_t_4 = __Pyx_PyInt_From_unsigned_int(VisibilityNotify); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 80, __pyx_L1_error) __Pyx_GOTREF(__pyx_t_4); if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_VisibilityNotify, __pyx_t_4) < 0) __PYX_ERR(1, 66, __pyx_L1_error) __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+081: "CreateNotify": CreateNotify,
__pyx_t_4 = __Pyx_PyInt_From_unsigned_int(CreateNotify); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 81, __pyx_L1_error) __Pyx_GOTREF(__pyx_t_4); if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_CreateNotify, __pyx_t_4) < 0) __PYX_ERR(1, 66, __pyx_L1_error) __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+082: "DestroyNotify": DestroyNotify,
__pyx_t_4 = __Pyx_PyInt_From_unsigned_int(DestroyNotify); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 82, __pyx_L1_error) __Pyx_GOTREF(__pyx_t_4); if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_DestroyNotify, __pyx_t_4) < 0) __PYX_ERR(1, 66, __pyx_L1_error) __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+083: "UnmapNotify": UnmapNotify,
__pyx_t_4 = __Pyx_PyInt_From_unsigned_int(UnmapNotify); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 83, __pyx_L1_error) __Pyx_GOTREF(__pyx_t_4); if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_UnmapNotify, __pyx_t_4) < 0) __PYX_ERR(1, 66, __pyx_L1_error) __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+084: "MapNotify": MapNotify,
__pyx_t_4 = __Pyx_PyInt_From_unsigned_int(MapNotify); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 84, __pyx_L1_error) __Pyx_GOTREF(__pyx_t_4); if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_MapNotify, __pyx_t_4) < 0) __PYX_ERR(1, 66, __pyx_L1_error) __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+085: "MapRequest": MapRequest,
__pyx_t_4 = __Pyx_PyInt_From_unsigned_int(MapRequest); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 85, __pyx_L1_error) __Pyx_GOTREF(__pyx_t_4); if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_MapRequest, __pyx_t_4) < 0) __PYX_ERR(1, 66, __pyx_L1_error) __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+086: "ReparentNotify": ReparentNotify,
__pyx_t_4 = __Pyx_PyInt_From_unsigned_int(ReparentNotify); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 86, __pyx_L1_error) __Pyx_GOTREF(__pyx_t_4); if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_ReparentNotify, __pyx_t_4) < 0) __PYX_ERR(1, 66, __pyx_L1_error) __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+087: "ConfigureNotify": ConfigureNotify,
__pyx_t_4 = __Pyx_PyInt_From_unsigned_int(ConfigureNotify); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 87, __pyx_L1_error) __Pyx_GOTREF(__pyx_t_4); if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_ConfigureNotify, __pyx_t_4) < 0) __PYX_ERR(1, 66, __pyx_L1_error) __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+088: "ConfigureRequest": ConfigureRequest,
__pyx_t_4 = __Pyx_PyInt_From_unsigned_int(ConfigureRequest); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 88, __pyx_L1_error) __Pyx_GOTREF(__pyx_t_4); if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_ConfigureRequest, __pyx_t_4) < 0) __PYX_ERR(1, 66, __pyx_L1_error) __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+089: "GravityNotify": GravityNotify,
__pyx_t_4 = __Pyx_PyInt_From_unsigned_int(GravityNotify); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 89, __pyx_L1_error) __Pyx_GOTREF(__pyx_t_4); if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_GravityNotify, __pyx_t_4) < 0) __PYX_ERR(1, 66, __pyx_L1_error) __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+090: "ResizeRequest": ResizeRequest,
__pyx_t_4 = __Pyx_PyInt_From_unsigned_int(ResizeRequest); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 90, __pyx_L1_error) __Pyx_GOTREF(__pyx_t_4); if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_ResizeRequest, __pyx_t_4) < 0) __PYX_ERR(1, 66, __pyx_L1_error) __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+091: "CirculateNotify": CirculateNotify,
__pyx_t_4 = __Pyx_PyInt_From_unsigned_int(CirculateNotify); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 91, __pyx_L1_error) __Pyx_GOTREF(__pyx_t_4); if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_CirculateNotify, __pyx_t_4) < 0) __PYX_ERR(1, 66, __pyx_L1_error) __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+092: "CirculateRequest": CirculateRequest,
__pyx_t_4 = __Pyx_PyInt_From_unsigned_int(CirculateRequest); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 92, __pyx_L1_error) __Pyx_GOTREF(__pyx_t_4); if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_CirculateRequest, __pyx_t_4) < 0) __PYX_ERR(1, 66, __pyx_L1_error) __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+093: "PropertyNotify": PropertyNotify,
__pyx_t_4 = __Pyx_PyInt_From_unsigned_int(PropertyNotify); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 93, __pyx_L1_error) __Pyx_GOTREF(__pyx_t_4); if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_PropertyNotify, __pyx_t_4) < 0) __PYX_ERR(1, 66, __pyx_L1_error) __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+094: "SelectionClear": SelectionClear,
__pyx_t_4 = __Pyx_PyInt_From_unsigned_int(SelectionClear); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 94, __pyx_L1_error) __Pyx_GOTREF(__pyx_t_4); if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_SelectionClear, __pyx_t_4) < 0) __PYX_ERR(1, 66, __pyx_L1_error) __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+095: "SelectionRequest": SelectionRequest,
__pyx_t_4 = __Pyx_PyInt_From_unsigned_int(SelectionRequest); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 95, __pyx_L1_error) __Pyx_GOTREF(__pyx_t_4); if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_SelectionRequest, __pyx_t_4) < 0) __PYX_ERR(1, 66, __pyx_L1_error) __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+096: "SelectionNotify": SelectionNotify,
__pyx_t_4 = __Pyx_PyInt_From_unsigned_int(SelectionNotify); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 96, __pyx_L1_error) __Pyx_GOTREF(__pyx_t_4); if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_SelectionNotify, __pyx_t_4) < 0) __PYX_ERR(1, 66, __pyx_L1_error) __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+097: "ColormapNotify": ColormapNotify,
__pyx_t_4 = __Pyx_PyInt_From_unsigned_int(ColormapNotify); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 97, __pyx_L1_error) __Pyx_GOTREF(__pyx_t_4); if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_ColormapNotify, __pyx_t_4) < 0) __PYX_ERR(1, 66, __pyx_L1_error) __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+098: "ClientMessage": ClientMessage,
__pyx_t_4 = __Pyx_PyInt_From_unsigned_int(ClientMessage); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 98, __pyx_L1_error) __Pyx_GOTREF(__pyx_t_4); if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_ClientMessage, __pyx_t_4) < 0) __PYX_ERR(1, 66, __pyx_L1_error) __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+099: "MappingNotify": MappingNotify,
__pyx_t_4 = __Pyx_PyInt_From_unsigned_int(MappingNotify); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 99, __pyx_L1_error) __Pyx_GOTREF(__pyx_t_4); if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_MappingNotify, __pyx_t_4) < 0) __PYX_ERR(1, 66, __pyx_L1_error) __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+100: "GenericEvent": GenericEvent,
__pyx_t_4 = __Pyx_PyInt_From_unsigned_int(GenericEvent); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 100, __pyx_L1_error) __Pyx_GOTREF(__pyx_t_4); if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_GenericEvent, __pyx_t_4) < 0) __PYX_ERR(1, 66, __pyx_L1_error) __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+101: "LASTEvent": LASTEvent,
__pyx_t_4 = __Pyx_PyInt_From_unsigned_int(LASTEvent); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 101, __pyx_L1_error) __Pyx_GOTREF(__pyx_t_4); if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_LASTEvent, __pyx_t_4) < 0) __PYX_ERR(1, 66, __pyx_L1_error) __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+102: "CWX": CWX,
__pyx_t_4 = __Pyx_PyInt_From_unsigned_int(CWX); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 102, __pyx_L1_error) __Pyx_GOTREF(__pyx_t_4); if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_CWX, __pyx_t_4) < 0) __PYX_ERR(1, 66, __pyx_L1_error) __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+103: "CWY": CWY,
__pyx_t_4 = __Pyx_PyInt_From_unsigned_int(CWY); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 103, __pyx_L1_error) __Pyx_GOTREF(__pyx_t_4); if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_CWY, __pyx_t_4) < 0) __PYX_ERR(1, 66, __pyx_L1_error) __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+104: "CWWidth": CWWidth,
__pyx_t_4 = __Pyx_PyInt_From_unsigned_int(CWWidth); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 104, __pyx_L1_error) __Pyx_GOTREF(__pyx_t_4); if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_CWWidth, __pyx_t_4) < 0) __PYX_ERR(1, 66, __pyx_L1_error) __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+105: "CWHeight": CWHeight,
__pyx_t_4 = __Pyx_PyInt_From_unsigned_int(CWHeight); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 105, __pyx_L1_error) __Pyx_GOTREF(__pyx_t_4); if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_CWHeight, __pyx_t_4) < 0) __PYX_ERR(1, 66, __pyx_L1_error) __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+106: "CWBorderWidth": CWBorderWidth,
__pyx_t_4 = __Pyx_PyInt_From_unsigned_int(CWBorderWidth); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 106, __pyx_L1_error) __Pyx_GOTREF(__pyx_t_4); if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_CWBorderWidth, __pyx_t_4) < 0) __PYX_ERR(1, 66, __pyx_L1_error) __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+107: "CWSibling": CWSibling,
__pyx_t_4 = __Pyx_PyInt_From_unsigned_int(CWSibling); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 107, __pyx_L1_error) __Pyx_GOTREF(__pyx_t_4); if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_CWSibling, __pyx_t_4) < 0) __PYX_ERR(1, 66, __pyx_L1_error) __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+108: "CWStackMode": CWStackMode,
__pyx_t_4 = __Pyx_PyInt_From_unsigned_int(CWStackMode); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 108, __pyx_L1_error) __Pyx_GOTREF(__pyx_t_4); if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_CWStackMode, __pyx_t_4) < 0) __PYX_ERR(1, 66, __pyx_L1_error) __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+109: "Success": Success,
__pyx_t_4 = __Pyx_PyInt_From_unsigned_int(Success); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 109, __pyx_L1_error) __Pyx_GOTREF(__pyx_t_4); if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_Success, __pyx_t_4) < 0) __PYX_ERR(1, 66, __pyx_L1_error) __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+110: "BadRequest": BadRequest,
__pyx_t_4 = __Pyx_PyInt_From_unsigned_int(BadRequest); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 110, __pyx_L1_error) __Pyx_GOTREF(__pyx_t_4); if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_BadRequest, __pyx_t_4) < 0) __PYX_ERR(1, 66, __pyx_L1_error) __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+111: "BadValue": BadValue,
__pyx_t_4 = __Pyx_PyInt_From_unsigned_int(BadValue); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 111, __pyx_L1_error) __Pyx_GOTREF(__pyx_t_4); if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_BadValue, __pyx_t_4) < 0) __PYX_ERR(1, 66, __pyx_L1_error) __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+112: "BadWindow": BadWindow,
__pyx_t_4 = __Pyx_PyInt_From_unsigned_int(BadWindow); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 112, __pyx_L1_error) __Pyx_GOTREF(__pyx_t_4); if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_BadWindow, __pyx_t_4) < 0) __PYX_ERR(1, 66, __pyx_L1_error) __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+113: "BadPixmap": BadPixmap,
__pyx_t_4 = __Pyx_PyInt_From_unsigned_int(BadPixmap); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 113, __pyx_L1_error) __Pyx_GOTREF(__pyx_t_4); if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_BadPixmap, __pyx_t_4) < 0) __PYX_ERR(1, 66, __pyx_L1_error) __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+114: "BadAtom": BadAtom,
__pyx_t_4 = __Pyx_PyInt_From_unsigned_int(BadAtom); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 114, __pyx_L1_error) __Pyx_GOTREF(__pyx_t_4); if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_BadAtom, __pyx_t_4) < 0) __PYX_ERR(1, 66, __pyx_L1_error) __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+115: "BadCursor": BadCursor,
__pyx_t_4 = __Pyx_PyInt_From_unsigned_int(BadCursor); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 115, __pyx_L1_error) __Pyx_GOTREF(__pyx_t_4); if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_BadCursor, __pyx_t_4) < 0) __PYX_ERR(1, 66, __pyx_L1_error) __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+116: "BadFont": BadFont,
__pyx_t_4 = __Pyx_PyInt_From_unsigned_int(BadFont); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 116, __pyx_L1_error) __Pyx_GOTREF(__pyx_t_4); if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_BadFont, __pyx_t_4) < 0) __PYX_ERR(1, 66, __pyx_L1_error) __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+117: "BadMatch": BadMatch,
__pyx_t_4 = __Pyx_PyInt_From_unsigned_int(BadMatch); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 117, __pyx_L1_error) __Pyx_GOTREF(__pyx_t_4); if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_BadMatch, __pyx_t_4) < 0) __PYX_ERR(1, 66, __pyx_L1_error) __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+118: "BadDrawable": BadDrawable,
__pyx_t_4 = __Pyx_PyInt_From_unsigned_int(BadDrawable); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 118, __pyx_L1_error) __Pyx_GOTREF(__pyx_t_4); if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_BadDrawable, __pyx_t_4) < 0) __PYX_ERR(1, 66, __pyx_L1_error) __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+119: "BadAccess": BadAccess,
__pyx_t_4 = __Pyx_PyInt_From_unsigned_int(BadAccess); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 119, __pyx_L1_error) __Pyx_GOTREF(__pyx_t_4); if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_BadAccess, __pyx_t_4) < 0) __PYX_ERR(1, 66, __pyx_L1_error) __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+120: "BadAlloc": BadAlloc,
__pyx_t_4 = __Pyx_PyInt_From_unsigned_int(BadAlloc); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 120, __pyx_L1_error) __Pyx_GOTREF(__pyx_t_4); if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_BadAlloc, __pyx_t_4) < 0) __PYX_ERR(1, 66, __pyx_L1_error) __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+121: "BadColor": BadColor,
__pyx_t_4 = __Pyx_PyInt_From_unsigned_int(BadColor); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 121, __pyx_L1_error) __Pyx_GOTREF(__pyx_t_4); if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_BadColor, __pyx_t_4) < 0) __PYX_ERR(1, 66, __pyx_L1_error) __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+122: "BadGC": BadGC,
__pyx_t_4 = __Pyx_PyInt_From_unsigned_int(BadGC); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 122, __pyx_L1_error) __Pyx_GOTREF(__pyx_t_4); if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_BadGC, __pyx_t_4) < 0) __PYX_ERR(1, 66, __pyx_L1_error) __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+123: "BadIDChoice": BadIDChoice,
__pyx_t_4 = __Pyx_PyInt_From_unsigned_int(BadIDChoice); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 123, __pyx_L1_error) __Pyx_GOTREF(__pyx_t_4); if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_BadIDChoice, __pyx_t_4) < 0) __PYX_ERR(1, 66, __pyx_L1_error) __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+124: "BadName": BadName,
__pyx_t_4 = __Pyx_PyInt_From_unsigned_int(BadName); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 124, __pyx_L1_error) __Pyx_GOTREF(__pyx_t_4); if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_BadName, __pyx_t_4) < 0) __PYX_ERR(1, 66, __pyx_L1_error) __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+125: "BadLength": BadLength,
__pyx_t_4 = __Pyx_PyInt_From_unsigned_int(BadLength); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 125, __pyx_L1_error) __Pyx_GOTREF(__pyx_t_4); if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_BadLength, __pyx_t_4) < 0) __PYX_ERR(1, 66, __pyx_L1_error) __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+126: "BadImplementation": BadImplementation,
__pyx_t_4 = __Pyx_PyInt_From_unsigned_int(BadImplementation); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 126, __pyx_L1_error) __Pyx_GOTREF(__pyx_t_4); if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_BadImplementation, __pyx_t_4) < 0) __PYX_ERR(1, 66, __pyx_L1_error) __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+127: "FirstExtensionError": FirstExtensionError,
__pyx_t_4 = __Pyx_PyInt_From_unsigned_int(FirstExtensionError); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 127, __pyx_L1_error) __Pyx_GOTREF(__pyx_t_4); if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_FirstExtensionError, __pyx_t_4) < 0) __PYX_ERR(1, 66, __pyx_L1_error) __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
+128: "LastExtensionError": LastExtensionError,
__pyx_t_4 = __Pyx_PyInt_From_unsigned_int(LastExtensionError); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 128, __pyx_L1_error) __Pyx_GOTREF(__pyx_t_4); if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_LastExtensionError, __pyx_t_4) < 0) __PYX_ERR(1, 66, __pyx_L1_error) __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; if (PyDict_SetItem(__pyx_d, __pyx_n_s_constants, __pyx_t_3) < 0) __PYX_ERR(1, 65, __pyx_L1_error) __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;
129: }