[issue17197] c/profile refactoring

Giampaolo Rodola' report at bugs.python.org
Wed Feb 13 11:10:58 CET 2013


Giampaolo Rodola' added the comment:

No, it's the other way around. It's from cProfile which I import profile.

diff --git a/Lib/cProfile.py b/Lib/cProfile.py
--- a/Lib/cProfile.py
+++ b/Lib/cProfile.py
...
+import profile as _pyprofile

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17197>
_______________________________________


More information about the Python-bugs-list mailing list