alonho / pytrace

pytrace is a fast python tracer. it records function calls, arguments and return values. can be used for debugging and profiling.
Other
447 stars 21 forks source link

pytrace has been tested .. python 3.2? #20

Open guettli opened 7 years ago

guettli commented 7 years ago

From the README:

pytrace has been tested on python 2.7 and python 3.2. (should support 2.6 and up)

Version 3.2 looks outdated these days.

hugovk commented 6 years ago

Python 2.6, 3.2 and 3.3 are all EOL and no longer receiving security updates.

image

https://en.wikipedia.org/wiki/CPython#Version_history

They're also not used much, here's stats from all pip installs from PyPI.

python_version percent download_count
2.7 77.8% 450,238,557
3.6 8.7% 50,607,445
3.5 8.3% 48,123,031
3.4 3.8% 22,187,187
2.6 1.1% 6,252,165
3.3 0.1% 591,697
3.7 0.1% 443,837
3.2 0.0% 42,256
None 0.0% 24,086
3.1 0.0% 40
2.8 0.0% 32