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 Gobot1234
Recipients Gobot1234, gvanrossum, kj
Date 2022-02-14.00:23:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1644798208.54.0.0439790034798.issue46743@roundup.psfhosted.org>
In-reply-to
Content
Currently I have code that uses the generic argument to a class as the constructor for its `items` https://github.com/Gobot1234/steam.py/blob/f99cb77d58b552f1d493663e7b3455f94977347e/steam/trade.py#L380. As this is called from `BaseInventory.__init__` it currently fails if I just subclass `GenericAlias`, so I had to implement `__call__` myself https://github.com/Gobot1234/steam.py/blob/f99cb77d58b552f1d493663e7b3455f94977347e/steam/trade.py#L299-L307.
History
Date User Action Args
2022-02-14 00:23:28Gobot1234setrecipients: + Gobot1234, gvanrossum, kj
2022-02-14 00:23:28Gobot1234setmessageid: <1644798208.54.0.0439790034798.issue46743@roundup.psfhosted.org>
2022-02-14 00:23:28Gobot1234linkissue46743 messages
2022-02-14 00:23:28Gobot1234create