Staging
v0.5.1
https://github.com/python/cpython
Revision bff48c6734f936257b0cfae58dbea67d43e3b245 authored by Miss Islington (bot) on 07 January 2020, 17:03:23 UTC, committed by Vinay Sajip on 07 January 2020, 17:03:23 UTC
(cherry picked from commit 950c6795aa0ffa85e103a13e7a04e08cb34c66ad)
1 parent 4112a3d
Raw File
Tip revision: bff48c6734f936257b0cfae58dbea67d43e3b245 authored by Miss Islington (bot) on 07 January 2020, 17:03:23 UTC
bpo-39198: Ensure logging global lock is released on exception in isEnabledFor (GH-17689) (GH-17897)
Tip revision: bff48c6
PULL_REQUEST_TEMPLATE.md
<!--
Thanks for your contribution!
Please read this comment in its entirety. It's quite important.

# Pull Request title

It should be in the following format:

```
bpo-NNNN: Summary of the changes made
```

Where: bpo-NNNN refers to the issue number in the https://bugs.python.org.

Most PRs will require an issue number. Trivial changes, like fixing a typo, do not need an issue.

# Backport Pull Request title

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, e.g. [3.6].

GH-NNNN refers to the PR number from `master`.

-->
back to top