bpo-43532: Add kw_only to dataclass() and field(), and add KW_ONLY marker. by ericvsmith · Pull Request #24909 · python/cpython

Conversation

@ericvsmith ericvsmith changed the title Add kw_only to dataclass() and field(), and add KW_ONLY marker. bpo-43532: Add kw_only to dataclass() and field(), and add KW_ONLY marker.

Mar 18, 2021

@github-actions

This PR is stale because it has been open for 30 days with no activity.

# Conflicts:
#	Doc/library/dataclasses.rst
#	Lib/dataclasses.py

@antonagestam

I'm curious as to why both this and #17322 was closed, has this been rejected?

@ericvsmith

I started over again with #25608.

@antonagestam

Labels