FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
bpo-42246: Make sure that line number is correct after a return, as required by PEP 626 by markshannon · Pull Request #23495 · python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
bpo-42246: Make sure that line number is correct after a return, as required by PEP 626
- #23495
#23495
Merged
markshannon
merged 4 commits into
python:master
python/cpython:master
from
markshannon:correct_lineno_after_return_or_raise
markshannon/cpython:correct_lineno_after_return_or_raise
Copy head branch name to clipboard
Dec 2, 2020
Conversation
Commits
4
(4)
Checks
Files changed
Merged
bpo-42246: Make sure that line number is correct after a return, as required by PEP 626
#23495
markshannon
merged 4 commits into
python:master
python/cpython:master
from
markshannon:correct_lineno_after_return_or_raise
markshannon/cpython:correct_lineno_after_return_or_raise
Copy head branch name to clipboard
Commits
Commits on Nov 25, 2020
Make sure that line number is correct after a return, as defined by PEP 626.
markshannon
committed
416779a
View commit details
Copy full SHA for 416779a
Browse repository at this point
Add NEWS and update importlib.
markshannon
committed
33d3cb8
View commit details
Copy full SHA for 33d3cb8
Browse repository at this point
Make sure implicit returns directly following for-loops have the correct line number.
markshannon
committed
b142622
View commit details
Copy full SHA for b142622
Browse repository at this point
Commits on Dec 2, 2020
Fix formatting and tidy up.
markshannon
committed
548d343
View commit details
Copy full SHA for 548d343
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL