Skip to content

[3.9] bpo-42517: [Enum] do not convert private names into members (GH-23722)#23748

Merged
ethanfurman merged 3 commits intopython:3.9from
miss-islington:backport-7cf0aad-3.9
Dec 14, 2020
Merged

[3.9] bpo-42517: [Enum] do not convert private names into members (GH-23722)#23748
ethanfurman merged 3 commits intopython:3.9from
miss-islington:backport-7cf0aad-3.9

Conversation

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Dec 13, 2020

private names, such as _Color__hue and _Color__hue_ are now normal attributes, and do not become members nor raise exceptions
(cherry picked from commit 7cf0aad)

Co-authored-by: Ethan Furman [email protected]

https://bugs.python.org/issue42517

…-23722)

private names, such as `_Color__hue` and `_Color__hue_` are now normal attributes, and do not become members nor raise exceptions
(cherry picked from commit 7cf0aad)

Co-authored-by: Ethan Furman <[email protected]>
@miss-islington
Copy link
Contributor Author

@ethanfurman: Status check is done, and it's a success ✅ .

@miss-islington
Copy link
Contributor Author

@ethanfurman: Status check is done, and it's a success ✅ .

1 similar comment
@miss-islington
Copy link
Contributor Author

@ethanfurman: Status check is done, and it's a success ✅ .

@miss-islington
Copy link
Contributor Author

@ethanfurman: Status check is done, and it's a failure ❌ .

@ethanfurman ethanfurman merged commit aba12b6 into python:3.9 Dec 14, 2020
@miss-islington miss-islington deleted the backport-7cf0aad-3.9 branch December 14, 2020 23:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants