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 bigbossbro08
Recipients bigbossbro08
Date 2020-12-30.07:44:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1609314265.69.0.183951284891.issue42784@roundup.psfhosted.org>
In-reply-to
Content
using #include <object.h> in header files is known to cause conflict with other projects using similar <object.h> header file. Best workaround should be renaming to <pyobject.h>. Probably better to do the same thing to other header files as well. Or wrap it around with a folder. Like <utils/object.h>
History
Date User Action Args
2020-12-30 07:44:25bigbossbro08setrecipients: + bigbossbro08
2020-12-30 07:44:25bigbossbro08setmessageid: <1609314265.69.0.183951284891.issue42784@roundup.psfhosted.org>
2020-12-30 07:44:25bigbossbro08linkissue42784 messages
2020-12-30 07:44:25bigbossbro08create