Re: [Python-Dev] Request review of cProfile/profile series issue

2017-05-01 Thread Louie Lu
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

Re: [Python-Dev] Request review of cProfile/profile series issue

2017-04-24 Thread Wes Turner
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

Re: [Python-Dev] Request review of cProfile/profile series issue

2017-04-23 Thread Nick Coghlan
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

[Python-Dev] Request review of cProfile/profile series issue

2017-04-22 Thread Louie Lu
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