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: Allow subclassing Any at runtime
Type: Stage: resolved
Components: Library (Lib) Versions: Python 3.11
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: AlexWaygood, JelleZijlstra, gvanrossum, hauntsaninja, kj
Priority: normal Keywords: patch

Created on 2022-03-13 03:06 by hauntsaninja, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 31841 merged hauntsaninja, 2022-03-13 03:07
Messages (3)
msg415023 - (view) Author: Shantanu (hauntsaninja) * Date: 2022-03-13 03:06
Discussed on typing-sig at https://mail.python.org/archives/list/typing-sig@python.org/thread/GULRKYI7XOB3FLAEFC6OYSTBS5FIA5PU/
msg416720 - (view) Author: Jelle Zijlstra (JelleZijlstra) * (Python committer) Date: 2022-04-05 02:35
New changeset 5a4973e29f2f5c4ee8c086f40325786c62381540 by Shantanu in branch 'main':
bpo-46998: Allow subclassing Any at runtime (GH-31841)
https://github.com/python/cpython/commit/5a4973e29f2f5c4ee8c086f40325786c62381540
msg416721 - (view) Author: Jelle Zijlstra (JelleZijlstra) * (Python committer) Date: 2022-04-05 02:35
Thanks for the idea and patch!
History
Date User Action Args
2022-04-11 14:59:57adminsetgithub: 91154
2022-04-05 02:35:58JelleZijlstrasetstatus: open -> closed
resolution: fixed
messages: + msg416721

stage: patch review -> resolved
2022-04-05 02:35:38JelleZijlstrasetmessages: + msg416720
2022-03-13 04:25:27JelleZijlstrasetnosy: + gvanrossum, kj, AlexWaygood
2022-03-13 03:07:25hauntsaninjasetkeywords: + patch
stage: patch review
pull_requests: + pull_request29941
2022-03-13 03:06:37hauntsaninjacreate