✅ Deploy Preview for python-cpython-preview ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
Sorry, something went wrong.
There was a problem hiding this comment.
Thanks, this looks good to me. I confirmed that pwd does seem to need to be bytes and not e.g. bytearray or a buffer.
Sorry, something went wrong.
There was a problem hiding this comment.
Sorry, something went wrong.
|
@kumaraditya303 Thanks for merging! How about backporting it to the other branches (at least the supported ones)? I think this needs some 'needs backport to X' labels. |
Sorry, something went wrong.
|
Thanks @JustAnotherArchivist for the PR, and @kumaraditya303 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10. |
Sorry, something went wrong.
|
Thanks @JustAnotherArchivist for the PR, and @kumaraditya303 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11. |
Sorry, something went wrong.
|
GH-100309 is a backport of this pull request to the 3.11 branch. |
Sorry, something went wrong.
|
GH-100310 is a backport of this pull request to the 3.10 branch. |
Sorry, something went wrong.
Trivial docs change for which no issue exists.
This has been a requirement for a very long time (the exception on using non-bytes was added before 2.7; I didn't search beyond that) but was never documented anywhere as far as I can see.
Needs backports to earlier branches.