Issue 46998: Allow subclassing Any at runtime (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/91154

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:57 admin set github: 91154
2022-04-05 02:35:58 JelleZijlstra set status: open -> closedresolution: fixedmessages: + stage: patch review -> resolved
2022-04-05 02:35:38 JelleZijlstra set messages: +
2022-03-13 04:25:27 JelleZijlstra set nosy: + gvanrossum, kj, AlexWaygood
2022-03-13 03:07:25 hauntsaninja set keywords: + patchstage: patch reviewpull_requests: + <pull%5Frequest29941>
2022-03-13 03:06:37 hauntsaninja create