https://github.com/python/cpython
Revision 37a7f1b0997466bb088df82f5fe35fe6d1cebb22 authored by Miss Islington (bot) on 25 May 2022, 17:50:24 UTC, committed by GitHub on 25 May 2022, 17:50:24 UTC
`EnumType` attempts to create a custom docstring for each enum/flag, but that was failing with pathological flags that had no members (only multi-bit aliases).
(cherry picked from commit 08cfc3dabf0f81a4494cd0d697befc7d0dec77b7)

Co-authored-by: Tobin Yehle <tobinyehle@gmail.com>
1 parent 0fb70ce
History
Tip revision: 37a7f1b0997466bb088df82f5fe35fe6d1cebb22 authored by Miss Islington (bot) on 25 May 2022, 17:50:24 UTC
[3.11] gh-93035: [Enum] Fix IntFlag crash when no single-bit members (GH-93076) (GH-93197)
Tip revision: 37a7f1b
File Mode Size
.azure-pipelines
.github
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Programs
Python
Tools
.editorconfig -rw-r--r-- 181 bytes
.gitattributes -rw-r--r-- 2.7 KB
.gitignore -rw-r--r-- 2.5 KB
LICENSE -rw-r--r-- 13.6 KB
Makefile.pre.in -rw-r--r-- 95.0 KB
README.rst -rw-r--r-- 9.8 KB
aclocal.m4 -rw-r--r-- 23.9 KB
config.guess -rwxr-xr-x 48.2 KB
config.sub -rwxr-xr-x 34.4 KB
configure -rwxr-xr-x 688.1 KB
configure.ac -rw-r--r-- 208.1 KB
install-sh -rwxr-xr-x 15.0 KB
pyconfig.h.in -rw-r--r-- 48.1 KB
setup.py -rw-r--r-- 64.6 KB

README.rst

back to top