commit | ec09973f5b21d33550c834ddc89606b0e1c70ffd | [log] [tgz] |
---|---|---|
author | Ethan Furman <ethan@stoneleaf.us> | Thu Apr 15 06:58:33 2021 -0700 |
committer | GitHub <noreply@github.com> | Thu Apr 15 06:58:33 2021 -0700 |
tree | 21d1545868a0d3be55a76ed88f6514941aab74fc | |
parent | 0dca5eb54bd137ed5c6e20012fe8dddb2eadfdd7 [diff] |
bpo-43744: [Enum] fix ``_is_private`` (GH-25349) ``_is_private`` now returns ``False`` instead of raising an exception when enum name matches beginning of class name as used in a private variable