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.

Author ethan smith
Recipients dreamsorcerer, ethan smith, gvanrossum, josh.r, levkivskyi, rhettinger, sproshev
Date 2020-06-14.04:03:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMzjp8FPhNprBKqXTzCfAz3c3SmaVb1sWuJ6ECvVqeQ6=vrm9g@mail.gmail.com>
In-reply-to <1592107113.12.0.529839616751.issue33315@roundup.psfhosted.org>
Content
This was done in https://github.com/python/cpython/pull/19423

The implementation is as Raymond suggests:
https://github.com/python/cpython/blame/5aad027db9618f22f6fa2274e05dd50f928d2ed7/Lib/queue.py#L220

On Sat, Jun 13, 2020 at 8:58 PM Raymond Hettinger <report@bugs.python.org>
wrote:

>
> Raymond Hettinger <raymond.hettinger@gmail.com> added the comment:
>
> Can this can now be handled with "__class_getitem__ =
> classmethod(GenericAlias)"?
>
> ----------
> type:  -> behavior
> versions: +Python 3.10 -Python 3.5, Python 3.6, Python 3.7, Python 3.8
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <https://bugs.python.org/issue33315>
> _______________________________________
>
History
Date User Action Args
2020-06-14 04:03:16ethan smithsetrecipients: + ethan smith, gvanrossum, rhettinger, josh.r, levkivskyi, sproshev, dreamsorcerer
2020-06-14 04:03:16ethan smithlinkissue33315 messages
2020-06-14 04:03:16ethan smithcreate