summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2015-03-17 21:53:27 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2015-03-17 21:53:27 (GMT)
commit6562b29e13f4da98558636c43a1b242698c8f8d9 (patch)
tree7258ee9662971eb81dc9d87489091873b3dcc39a /Python
parentb28de01992fb2f1ab5c210157f719f74d3ea015a (diff)
downloadcpython-6562b29e13f4da98558636c43a1b242698c8f8d9.zip
cpython-6562b29e13f4da98558636c43a1b242698c8f8d9.tar.gz
cpython-6562b29e13f4da98558636c43a1b242698c8f8d9.tar.bz2
Issue #23644: Fix issues with C++ when compiling Python extensions
Disable completly pyatomic.h on C++, because <stdatomic.h> is not compatible with C++. <pyatomic.h> is only needed by the optimized PyThreadState_GET() macro in pystate.h. Instead, declare PyThreadState_GET() as an alias to PyThreadState_Get(), as done for limited API.
Diffstat (limited to 'Python')
0 files changed, 0 insertions, 0 deletions