HomeSort by relevance Sort by last modified time
    Searched refs:ENTER_PYTHON (Results 1 - 2 of 2) sorted by null

  /external/python/cpython2/Modules/
_tkinter.c 172 By contrast, ENTER_PYTHON and LEAVE_PYTHON are used in Tcl event
175 to use Python. ENTER_PYTHON releases the lock for Tcl and acquires
179 the code between ENTER_PYTHON and LEAVE_PYTHON.
222 #define ENTER_PYTHON \
243 #define ENTER_PYTHON
    [all...]
  /external/python/cpython3/Modules/
_tkinter.c 194 By contrast, ENTER_PYTHON and LEAVE_PYTHON are used in Tcl event
197 presumably needs to use Python. ENTER_PYTHON releases the lock for
202 ENTER_PYTHON and LEAVE_PYTHON.
250 #define ENTER_PYTHON \
273 #define ENTER_PYTHON
    [all...]

Completed in 99 milliseconds