New GitHub issue #93064 from JelleZijlstra:<br>

<hr>

<pre>
#22392 renamed the `enum.EnumMeta` metaclass to `enum.EnumType`. This originally went into 3.10 and was reverted (#27010), but remained on 3.11.

The renaming caused some problems for me with introspection code that looks at the name of classes to find their stubs (quora/pyanalyze#537).

I don't see anything wrong with the old name (`EnumMeta`). Could we return to the `EnumMeta` name to avoid gratuitously making upgrades harder?

cc @ethanfurman for enum
</pre>

<hr>

<a href="https://github.com/python/cpython/issues/93064">View on GitHub</a>
<p>Labels: type-bug, 3.11</p>
<p>Assignee: </p>