This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Apply PEP 573 to abc module
Type: enhancement Stage: resolved
Components: Interpreter Core Versions: Python 3.9
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: corona10 Nosy List: christian.heimes, corona10, miss-islington, vstinner
Priority: normal Keywords: patch

Created on 2020-05-08 16:37 by corona10, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 20005 merged corona10, 2020-05-08 16:40
Messages (3)
msg368452 - (view) Author: Dong-hee Na (corona10) * (Python committer) Date: 2020-05-08 16:37
Since PEP 573 is landed, we can apply the PEP 573 to abc module.
msg368503 - (view) Author: miss-islington (miss-islington) Date: 2020-05-09 08:32
New changeset 77c614624b6bf2145bef69830d0f499d8b55ec0c by Dong-hee Na in branch 'master':
bpo-40566: Apply PEP 573 to abc module (GH-20005)
https://github.com/python/cpython/commit/77c614624b6bf2145bef69830d0f499d8b55ec0c
msg368504 - (view) Author: Dong-hee Na (corona10) * (Python committer) Date: 2020-05-09 08:34
I am now closing the issue. Thanks for the review
History
Date User Action Args
2022-04-11 14:59:30adminsetgithub: 84746
2020-05-09 08:34:19corona10setstatus: open -> closed

nosy: + christian.heimes
messages: + msg368504

resolution: fixed
stage: patch review -> resolved
2020-05-09 08:32:03miss-islingtonsetnosy: + miss-islington
messages: + msg368503
2020-05-08 16:40:03corona10setkeywords: + patch
stage: patch review
pull_requests: + pull_request19317
2020-05-08 16:37:38corona10create