Roundup Robot added the comment:
New changeset cf606c403f14 by Benjamin Peterson in branch 'default':
remove unused flag (closes #16505)
http://hg.python.org/cpython/rev/cf606c403f14
--
nosy: +python-dev
resolution: -> fixed
stage: patch review -> committed/rejected
status: open -> clos
New submission from Serhiy Storchaka:
Py_TPFLAGS_INT_SUBCLASS is not used in Python 3. Lets drop it and free a one
bit for some other interesting flag.
--
components: Interpreter Core
files: drop_int_tpflag.patch
keywords: patch
messages: 175913
nosy: serhiy.storchaka
priority: normal
s