Lines Matching defs:as
452 * sattr, removing backslashes as
495 char *as = PyBytes_AsString(attr);
496 if (hashstr && strcmp(as, hashstr)) {
531 char *as = PyBytes_AsString(attr);
532 if (hashstr && strcmp(as, hashstr)) {
588 char *as = PyBytes_AsString(attr);
589 if (hashstr && strcmp(as, hashstr)) {
721 * Each reference is DECREF'd after retrieval as Python 2.x doesn't
724 * them now ensures that garbage cleanup will work as expected during
725 * process exit. This applies to the action type caching below as well.
750 * is safe as they should remain valid as long as the module is loaded.