-
-
Notifications
You must be signed in to change notification settings - Fork 32k
bpo-39517: fix runpy.run_path() when using pathlike objects #18699
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-39517: fix runpy.run_path() when using pathlike objects #18699
Conversation
Codecov Report
@@ Coverage Diff @@
## master #18699 +/- ##
=========================================
Coverage 82.13% 82.13%
=========================================
Files 1956 1955 -1
Lines 589974 584611 -5363
Branches 44484 44484
=========================================
- Hits 484572 480173 -4399
+ Misses 95750 94791 -959
+ Partials 9652 9647 -5
Continue to review full report at Codecov.
|
Thank you for the review @zooba ! is there anything I still have to do before this is merged? |
…GH-18699) (cherry picked from commit 0911ea5) Co-authored-by: Maor Kleinberger <[email protected]>
GH-18862 is a backport of this pull request to the 3.8 branch. |
(cherry picked from commit 0911ea5) Co-authored-by: Maor Kleinberger <[email protected]>
bpo-39517: Allow runpy.run_path() to accept path-like objects (pythonGH-18699)
https://bugs.python.org/issue39517