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 is necessary for legal reasons before we can look at your contribution. Please follow these steps to help rectify the issue:
Thanks again to your contribution and we look forward to looking at it! |
berkerpeksag
left a comment
There was a problem hiding this comment.
The copyright part of the PR is being discussed in #4. Rest of the PR looks good to me, thanks!
|
I just added my GitHub username in my bpo details. |
* Add a paragraph at the top for users, not builders, of Python. * Use nicer rst url syntax to avoid borking paragraphs in the plain text.
650797e to
e6a6600
Compare
|
OK, removed the date changes. |
Codecov Report
@@ Coverage Diff @@
## master #73 +/- ##
==========================================
+ Coverage 82.37% 82.37% +<.01%
==========================================
Files 1427 1427
Lines 350948 350948
==========================================
+ Hits 289081 289089 +8
+ Misses 61867 61859 -8Continue to review full report at Codecov.
|
Includes GH-2, pythonGH-70, pythonGH-73, and pythonGH-21.
Fix cursor position for double-width characters
EndInlinedFunction::inline_depth_ defaults to -1 in C++ but calloc gives 0. This was identified as the sole remaining unprotected non-zero default (Pythia python#73, calloc-zero audit D-1776289329). Add hir_c_init_end_inlined() following the same pattern as hir_c_init_deopt (nonce=-1) and hir_c_alloc_instr (bytecode_offset=-1). Any future C factory for EndInlinedFunction must use this init function.
Add a paragraph at the top for users, not builders, of Python.
No need to list every year individually. Use a range of years in the copyright.
Use nicer rst url syntax to avoid borking paragraphs in the plain text.