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 vstinner
Recipients brett.cannon, jkloth, ncoghlan, serhiy.storchaka, vstinner
Date 2018-11-27.21:18:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543353511.94.0.788709270274.issue35134@psf.upfronthosting.co.za>
In-reply-to
Content
Oh cpython/pystate.h introduced this warning, when building Python with clang in release mode:

In file included from Parser/node.c:3:
In file included from ./Include/Python.h:107:
In file included from ./Include/traceback.h:8:
In file included from ./Include/pystate.h:123:
./Include/cpython/pystate.h:217:3: warning: redefinition of typedef 'PyThreadState' is a C11 feature [-Wtypedef-redefinition]
} PyThreadState;
  ^
./Include/pystate.h:27:20: note: previous definition is here
typedef struct _ts PyThreadState;
                   ^
History
Date User Action Args
2018-11-27 21:18:31vstinnersetrecipients: + vstinner, brett.cannon, ncoghlan, jkloth, serhiy.storchaka
2018-11-27 21:18:31vstinnersetmessageid: <1543353511.94.0.788709270274.issue35134@psf.upfronthosting.co.za>
2018-11-27 21:18:31vstinnerlinkissue35134 messages
2018-11-27 21:18:31vstinnercreate