ericvsmith / dataclasses

Apache License 2.0
584 stars 53 forks source link

Backports bpo-34363 .asdict() and .astuple() fix for namedtuples #158

Closed jkwill87 closed 3 years ago

jkwill87 commented 4 years ago

Backports @ericvsmith's bpo-34363 fix for namedtuples as implemented in python/cpython#9151.

jkwill87 commented 3 years ago

Bump

ericvsmith commented 3 years ago

I'm not particularly interested in supporting 3.6, but if someone wants to create a PR (including the tests), I'd take a look at it. It shouldn't be difficult.

anthrotype commented 3 years ago

This is still an issue for me

I'm not particularly interested in supporting 3.6

but I thought this was the backport of dataclasses for Python 3.6..