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.

Author serhiy.storchaka
Recipients mattip, serhiy.storchaka
Date 2021-12-19.12:51:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1639918296.14.0.379261581112.issue46131@roundup.psfhosted.org>
In-reply-to
Content
It is because PyFloat_Check() and PyComplex_Check() are rarely used in comparison with checks for integers, strings, etc. The flags space is limited, so it is better to use it for something more important.

There were reasons for not adding such flags at first place and I think that they are still valid.
History
Date User Action Args
2021-12-19 12:51:36serhiy.storchakasetrecipients: + serhiy.storchaka, mattip
2021-12-19 12:51:36serhiy.storchakasetmessageid: <1639918296.14.0.379261581112.issue46131@roundup.psfhosted.org>
2021-12-19 12:51:36serhiy.storchakalinkissue46131 messages
2021-12-19 12:51:36serhiy.storchakacreate