leepro / yappi

Automatically exported from code.google.com/p/yappi
MIT License
0 stars 0 forks source link

Python 3.4 support #46

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Yappi does not compile on Python 3.4. This is very sad, because Yappi is the 
best Python profiler out there.

Original issue reported on code.google.com by Q.Alpha@gmail.com on 10 May 2014 at 8:14

GoogleCodeExporter commented 9 years ago
Used PyThreadState_Get() instead of accssing current thread state via f_tstate. 
This issue is fixed in head. Latest source from 
https://bitbucket.org/sumerc/yappi/ 

Original comment by sum...@gmail.com on 13 May 2014 at 7:23

GoogleCodeExporter commented 9 years ago
...maybe you should make a release. 0.82 is still broken with python 3.4.

Original comment by radekpod...@gmail.com on 28 Jun 2014 at 10:07

GoogleCodeExporter commented 9 years ago
Actually, you are right, that is my intention, too. I am trying to add #Issue 
47 and them release a new version, hopefully.

Original comment by sum...@gmail.com on 1 Jul 2014 at 9:19