For who may be reviewing cProfile / profile context manager problem,
I prepare a post for explaining why the problem become,
and why the patch will fix this problem:
post: https://blog.louie.lu/2017/04/23/python-libs-profile-cant-context-manager/
Thanks,
Louie.
2017-04-23 11:21 GMT+08:00 Louie
On Sun, Apr 23, 2017 at 11:12 PM, Nick Coghlan wrote:
> On 23 April 2017 at 13:21, Louie Lu wrote:
> > Hi all,
> >
> > I'm now looking for cProfile/profile lib's issue, and have solve a
> series of
> > dependent problem, here is the list:
> >
> > #9285 - Add a profile decorator to profile and cP
On 23 April 2017 at 13:21, Louie Lu wrote:
> Hi all,
>
> I'm now looking for cProfile/profile lib's issue, and have solve a series of
> dependent problem, here is the list:
>
> #9285 - Add a profile decorator to profile and cProfile
> #30113 - Allow helper functions to wrap sys.setprofile
> #18971
Hi all,
I'm now looking for cProfile/profile lib's issue, and have solve a series
of dependent problem, here is the list:
#9285 - Add a profile decorator to profile and cProfile
#30113 - Allow helper functions to wrap sys.setprofile
#18971 - Use argparse in the profile/cProfile modules
#30118 - A