New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bpo-35849 Added thousands separators to Lib/pstats.py final report #13411
base: main
Are you sure you want to change the base?
Conversation
Hello, and thanks for your contribution! I'm a bot set up to make sure that the project can legally accept your contribution by verifying you have signed the PSF contributor agreement (CLA). Unfortunately we couldn't find an account corresponding to your GitHub username on bugs.python.org (b.p.o) to verify you have signed the CLA (this might be simply due to a missing "GitHub Name" entry in your b.p.o account settings). This is necessary for legal reasons before we can look at your contribution. Please follow the steps outlined in the CPython devguide to rectify this issue. You can check yourself to see if the CLA has been received. Thanks again for your contribution, we look forward to reviewing it! |
@evandrocoan, your previous pull request for this issue was closed because the CLA wasn't signed. If your changes here are the same as that previous PR, you can close this and just re-open the original. However, you still need to sign the CLA. |
I do not have authority to open the last pull request. If you have, you can close this and open the old one. I am trying to sing the CLA. I just opened a new pull request just to run the CI Unit Tests. |
For example, instead of doing: ncalls tottime percall cumtime percall filename:lineno(function) 241,770 0.158 0.000 0.158 0.000 {method 'search' of 're.Pattern' objects} 483,543/483,541 0.176 0.000 0.692 0.000 {built-in method builtins.next} 241,770 0.158 0.000 0.158 0.000 {method 'search' of 're.Pattern' objects} Do: ncalls tottime percall cumtime percall filename:lineno(function) 241,770 0.158 0.000 0.158 0.000 {method 'search' of 're.Pattern' objects} 483,543/483,541 0.176 0.000 0.692 0.000 {built-in method builtins.next} 241,770 0.158 0.000 0.158 0.000 {method 'search' of 're.Pattern' objects}
8916774
to
30bb77c
Compare
Hi @evandrocoan, you should get a form when you go at https://blurb-it.herokuapp.com. If it does not work, you can try the |
It created the "environment":
But how I run blurb now? When I do I tried installing When I run
But I have the
|
I think
needs to be on one line, like so: I think the message should be short and not contain example, for example:
|
Thanks @remilapeyre, it worked! |
https://bugs.python.org/issue35849