Re: [Python-Dev] API for bugs.python.org or some statistic about lib/module merge rate?

2017-04-22 Thread Eric Lafontaine
I believe this is a great initiative :). On Apr 18, 2017 12:09, "Louie Lu" wrote: > Hi all, > > After reading some topic at python-committers mailing list, some of the > topics are around not enough reviewers to review patches, cause the develop > process slowing down or the patch can't merge in

[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