Tian Gao
Tian Gao
Now the trace log file is huge, which is okay on local machines. However, it makes it difficult to share the trace file through network, or to store it somewhere...
For now, they are: * tests.test_multiprocess.TestMultiprocessing.test_multiprocess_pool * tests.test_regression.TestIssue58.test_issue58 I can't reproduce this locally. It's probably a racing issue somewhere. We have not gotten any bug report from the users yet...
Now `op()` returns the object it prints to make calling chain possible. But in repl, that will print two instances. We should fix that for a better user experience.
When there are too many attributes in an object/dict, only show the ones that are changed.
Now vizviewer test sometimes fails on nightly validations([example](https://github.com/gaogaotiantian/viztracer/runs/8056885257?check_suite_focus=true)). It's not a real failure, just the port is somehow occupied. As vizviewer does support custom ports, we can maybe check if...
# Bug report ### Bug description: A compiler warning was introduced by 15309329b65a285cb7b3071f0f08ac964b61411b in non-debug build. ```c static void completed_cycle(GCState *gcstate) { PyGC_Head *not_visited = &gcstate->old[gcstate->visited_space^1].head; assert(gc_list_is_empty(not_visited)); gcstate->visited_space = flip_old_space(gcstate->visited_space);...
This PR is reverted in #116178 because of a refleak failure. The test was proved to be wrong(not useful anymore?) with `main` and was removed in #116687. So this PR...
This is a prototype implementation of PEP 667. All the examples given in PEP 667 passed. The code only serves as a prototype, the proxy object is not even tracked...
Hi! I was wondering if process attach is supported on 3.11 on Mac now? I saw some code checkins for it but I'm not sure if it's done yet. I...
It would be nice to have a button to load another replay when watching a replay, which I think would be a very useful feature, instead of reloading the whole...