[issue231540] threads and profiler don't work together

2022-04-10 Thread admin
Change by admin : -- github: None -> 33884 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue231540] threads and profiler don't work together

2010-08-21 Thread Georg Brandl
Georg Brandl ge...@python.org added the comment: OK, closing as out of date. -- resolution: - out of date status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue231540 ___

[issue231540] threads and profiler don't work together

2010-07-28 Thread Ray.Allen
Ray.Allen ysj@gmail.com added the comment: I don't think this problem still exists now. In the current implementation, there is no sys_tracefunc and sys_profilefunc in PyThreadState, but c_profilefunc, c_profileobj, c_tracefunc, c_traceobj instead. When creating a new thread, the

[issue231540] threads and profiler don't work together

2010-07-23 Thread Ned Batchelder
Ned Batchelder ned...@users.sourceforge.net added the comment: Isn't this problem solved by the threading.settrace and threading.setprofile functions? -- nosy: +nedbat ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue231540

[issue231540] threads and profiler don't work together

2009-02-12 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Confirmed as of (around) rev69500. -- nosy: +ajaksu2 stage: - test needed versions: +Python 2.7 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue231540