Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
Closed
Description
| BPO | 34284 |
|---|---|
| Nosy | @ncoghlan,@serhiy-storchaka,@pppery,@VadimPushtaev |
| PRs | __new__ on non-instantiable objects #8576 |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
assignee=Noneclosed_at=Nonecreated_at=<Date2018-07-30.20:05:01.213>labels= ['interpreter-core','type-bug','library','3.11']title='Nonsensical exception message when calling `__new__` on non-instaniable objects'updated_at=<Date2022-01-28.19:35:48.358>user='https://github.com/pppery'
bugs.python.org fields:
activity=<Date2022-01-28.19:35:48.358>actor='iritkatriel'assignee='none'closed=Falseclosed_date=Nonecloser=Nonecomponents= ['Interpreter Core','Library (Lib)']creation=<Date2018-07-30.20:05:01.213>creator='ppperry'dependencies= []files= []hgrepos= []issue_num=34284keywords= ['patch']message_count=18.0messages= ['322688','322694','322695','322699','322700','322703','322704','322705','322715','322745','323110','323113','323127','323226','323240','323293','324479','324513']nosy_count=4.0nosy_names= ['ncoghlan','serhiy.storchaka','ppperry','Vadim Pushtaev']pr_nums= ['8576']priority='low'resolution=Nonestage='patch review'status='open'superseder=Nonetype='behavior'url='https://bugs.python.org/issue34284'versions= ['Python 3.11']
Linked PRs
- gh-78465: Fix error message for cls.__new__(cls, ...) where cls is not instantiable #135981
- [3.14] gh-78465: Fix error message for cls.__new__(cls, ...) where cls is not instantiable (GH-135981) #136030
- [3.13] gh-78465: Fix error message for cls.__new__(cls, ...) where cls is not instantiable (GH-135981) #136031