[issue42784] issues with object.h includes

Big Boss report at bugs.python.org
Wed Dec 30 02:44:25 EST 2020


New submission from Big Boss <bigbossbro08 at gmail.com>:

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>

----------
components: C API
messages: 384050
nosy: bigbossbro08
priority: normal
severity: normal
status: open
title: issues with object.h includes
type: compile error
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42784>
_______________________________________


More information about the Python-bugs-list mailing list