Changeset 2220
- Timestamp:
- 08/18/2008 06:07:58 AM (19 months ago)
- Files:
-
- 1 modified
-
pjproject/trunk/pjsip-apps/src/python/_pjsua.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/src/python/_pjsua.c
r2164 r2220 189 189 char digit_str[10]; 190 190 191 ENTER_PYTHON();191 PyGILState_STATE state = PyGILState_Ensure(); 192 192 193 193 pj_ansi_snprintf(digit_str, sizeof(digit_str), "%c", digit); … … 201 201 ); 202 202 203 LEAVE_PYTHON();203 PyGILState_Release(state); 204 204 } 205 205 }
![(please configure the [header_logo] section in trac.ini)](/repos/chrome/site/pj.jpg)