| commit | e664d7f89d2b9960d9049237136396e824795cac | [log] [tgz] |
|---|---|---|
| author | Pär Björklund <per.bjorklund@gmail.com> | Sat Aug 12 11:19:30 2017 +0200 |
| committer | Antoine Pitrou <pitrou@free.fr> | Sat Aug 12 11:19:30 2017 +0200 |
| tree | f1d012c2156714f76a6bb854e8fdd65af340de48 | |
| parent | dadca480c5b7c5cf425d423316cd695bc5db3023 [diff] |
bpo-30747: Attempt to fix atomic load/store (#2383) _Py_atomic_* are currently not implemented as atomic operations when building with MSVC. This patch attempts to implement parts of the functionality required.