Home | History | Annotate | Download | only in Modules

Lines Matching full:fast_container

352     int fast_container; /* count nested container dumps */
946 /* if fast_container < 0, we're doing an error exit. */
947 if (++self->fast_container >= PY_CPICKLE_FAST_LIMIT) {
952 self->fast_container = -1;
965 self->fast_container = -1;
970 self->fast_container = -1;
981 if (self->fast_container-- >= PY_CPICKLE_FAST_LIMIT) {
3063 self->fast_container = 0;