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 boom0192
Recipients boom0192, gvanrossum
Date 2021-01-06.05:29:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <DM6PR10MB37247D5A8CF023EF399D75D9B5D00@DM6PR10MB3724.namprd10.prod.outlook.com>
In-reply-to <1609910282.37.0.176761686165.issue42835@roundup.psfhosted.org>
Content
The gcc 10.x seems to think this is also a bug:

/local/users/michael.l.boom/gits/scoring_engine/git/aae_build_python_3.9.1/include/python3.9/object.h:633:41: error: expected ‘(’ before ‘PyType_HasFeature’
  633 | #define PyType_FastSubclass(type, flag) PyType_HasFeature(type, flag)
History
Date User Action Args
2021-01-06 05:29:59boom0192setrecipients: + boom0192, gvanrossum
2021-01-06 05:29:59boom0192linkissue42835 messages
2021-01-06 05:29:59boom0192create