Home | History | Annotate | Download | only in Modules

Lines Matching refs:PUTS

1473 #define PUTS(fd, str) _Py_write_noraise(fd, str, (int)strlen(str))
1478 PUTS(fd, " File \"");
1480 PUTS(fd, "\", line ");
1482 PUTS(fd, "\n");
1494 PUTS(fd, "Enable tracemalloc to get the memory block "
1503 PUTS(fd, "Memory block allocated at (most recent call first):\n");
1507 PUTS(fd, "\n");
1510 #undef PUTS