(text)
| 259 | file_path = os.path.normpath(f'{__file__}/../../tests/resources/test_4751.pdf') |
| 260 | |
| 261 | def log(text): |
| 262 | print(text, flush=1) |
| 263 | |
| 264 | # We filter out all allocations where leaf-most frame is in tracemalloc |
| 265 | # itself, or in test_memory.py itself, because these are not relevant |