Ticket #2245: cdefer-2245.patch
| File cdefer-2245.patch, 504 bytes (added by Peaker, 6 years ago) |
|---|
-
twisted/internet/cdefer/cdefer.c
50 50 * popping every item. It has to be per-deferred, because 51 51 * runCallbacks can be called reentrantly, and must not repeat the 52 52 * previously-called callbacks. */ 53 Py_ssize_t callback_index;53 int callback_index; 54 54 } cdefer_Deferred; 55 55 56 56 /* Prototypes */
