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.
Created on 2021-10-29 08:27 by serhiy.storchaka, last changed 2022-04-11 14:59 by admin.
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:59:51 | admin | set | github: 89828 |
2022-01-06 16:58:47 | AlexWaygood | set | messages: + msg409881 |
2022-01-05 17:48:18 | pablogsal | set | nosy:
- pablogsal |
2022-01-05 17:48:15 | pablogsal | set | nosy:
+ pablogsal messages: + msg409792 |
2022-01-04 21:23:47 | gvanrossum | set | messages: + msg409711 |
2022-01-04 19:47:41 | AlexWaygood | set | messages: + msg409703 |
2022-01-04 19:45:14 | AlexWaygood | set | messages: + msg409702 |
2022-01-04 19:44:44 | serhiy.storchaka | set | messages: + msg409701 |
2022-01-04 18:09:43 | gvanrossum | set | messages: + msg409697 |
2022-01-04 18:00:07 | AlexWaygood | set | messages: + msg409694 |
2022-01-04 17:01:24 | gvanrossum | set | messages: + msg409691 |
2022-01-04 14:08:58 | kj | set | messages: + msg409679 |
2021-12-27 16:42:24 | joperez | set | nosy:
+ joperez messages: + msg409233 |
2021-12-25 04:55:58 | gvanrossum | set | messages: + msg409167 |
2021-12-11 14:14:36 | serhiy.storchaka | set | dependencies: + functools' singledispatch does not support GenericAlias |
2021-12-10 14:50:20 | serhiy.storchaka | set | dependencies: - functools' singledispatch does not support GenericAlias |
2021-12-10 14:47:26 | serhiy.storchaka | set | dependencies: + functools' singledispatch does not support GenericAlias |
2021-12-10 13:05:56 | AlexWaygood | set | nosy:
+ AlexWaygood messages: + msg408207 |
2021-11-01 10:42:07 | martinitus | set | messages: + msg405429 |
2021-11-01 10:36:22 | martinitus | set | nosy:
+ martinitus messages: + msg405427 |
2021-10-29 10:19:36 | serhiy.storchaka | set | title: Problems caused by isinstance(list[int]) returning True -> Problems caused by isinstance(list[int], type) returning True |
2021-10-29 08:41:23 | serhiy.storchaka | set | nosy:
+ gvanrossum, kj dependencies: + help(list[int]) fails, inspect not capturing type annotations created by __class_getitem__, Incorrect repr of InitVar of a type alias, is_dataclass() does not work for dataclasses which are subclasses of types.GenericAlias, resolve_bases() and new_class() do not work with type alias of a built-in type messages: + msg405291 |
2021-10-29 08:27:43 | serhiy.storchaka | create |