This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Drop Py_TPFLAGS_INT_SUBCLASS
Type: enhancement Stage: resolved
Components: Interpreter Core Versions: Python 3.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: python-dev, serhiy.storchaka
Priority: normal Keywords: patch

Created on 2012-11-18 20:00 by serhiy.storchaka, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
drop_int_tpflag.patch serhiy.storchaka, 2012-11-18 20:00 review
Messages (2)
msg175913 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2012-11-18 20:00
Py_TPFLAGS_INT_SUBCLASS is not used in Python 3. Lets drop it and free a one bit for some other interesting flag.
msg175944 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2012-11-19 02:50
New changeset cf606c403f14 by Benjamin Peterson in branch 'default':
remove unused flag (closes #16505)
http://hg.python.org/cpython/rev/cf606c403f14
History
Date User Action Args
2022-04-11 14:57:38adminsetgithub: 60709
2012-11-19 02:50:06python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg175944

resolution: fixed
stage: patch review -> resolved
2012-11-18 20:00:14serhiy.storchakacreate