SIGN IN SIGN UP

bpo-9566 & bpo-30747: Silence warnings from pyatomic.h macros (#3140)

* bpo-9566: Silence warnings from pyatomic.h macros

Apparently MSVC is too stupid to understand that the alternate branch is
not taken and emits a warning for it.

Warnings added in https://github.com/python/cpython/pull/2383

* bpo-9566: A better fix for the pyatomic.h warning

* bpo-9566: Remove a slash
S
Segev Finer committed
0267128aa4dc7c383c341c19833c5d506eae9c93
Parent: 1d1d3e9
Committed by Antoine Pitrou <pitrou@free.fr> on 8/20/2017, 10:45:46 PM