-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
3.5 #3449
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
3.5 #3449
Conversation
(cherry picked from commit fd0cd07)
The original attempted fix missed an `isdir()` call in `get_base_branch()`. (cherry picked from commit 2abfdf5)
The reference to administrative data was confusing to readers, so this simplifies the note to explain that deep copying may copy more then you intended, such as data that you expected to be shared between copies. (cherry picked from commit 19e0494)
(cherry picked from commit a2a9ddd)
(cherry picked from commit 6dfcc81)
Moved explicit raise from inside try to try...else. (cherry picked from commit 680e20b)
…ntimeError (GH-949) (#1107) contextlib._GeneratorContextManager.__exit__ includes a special case to deal with PEP 479 RuntimeErrors created when `StopIteration` is thrown into the context manager body. Previously this check was too permissive, and undid one level of chaining on *all* RuntimeError instances, not just those that wrapped a StopIteration instance. (cherry picked from commit 00c75e9)
(cherry picked from commit 685cdb9)
* Remove conditional on free of `dps`, since `dps` is now allocated for all versions of OpenSSL * Remove call to `x509_check_ca` since it was only used to cache the `crldp` field of the certificate CRL_DIST_POINTS_free is available in all supported versions of OpenSSL (recent 0.9.8+) and LibreSSL. (cherry picked from commit 2849cc3)
…ith a macro (#1049) if Py_LIMITED_API is not defined.
Use the copy provided in https://bugs.python.org/issue25910GH-msg295200 (cherry picked from commit 8474d87)
Use the copy provided in https://bugs.python.org/issue25910GH-msg295200 (cherry picked from commit 8474d87) (cherry picked from commit f6306e7)
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. Thanks again to your contribution and we look forward to looking at it! |
!!! If this is a backport PR (PR made against branches other than
master
),please ensure that the PR title is in the following format:
[X.Y] <title from the original PR> GH-NNNN
Where: [X.Y] is the branch name, for example [3.6]
GH-NNNN refers to the PR number from
master
.PLEASE: Remove this headline!!!