mirror of
https://github.com/python/cpython.git
synced 2026-01-27 05:05:50 +00:00
Fix typo in internal/pycore_atomic.h (GH-95939)
(cherry picked from commit 8281cbddc6f0fbc94f0c21cacfac79a2d4057a4b) Co-authored-by: fluesvamp <105884371+fluesvamp@users.noreply.github.com>
This commit is contained in:
parent
7fc8221794
commit
df9c12e287
@ -236,7 +236,7 @@ _Py_ANNOTATE_MEMORY_ORDER(const volatile void *address, _Py_memory_order order)
|
||||
in hardware they will fall back to a full memory barrier as well.
|
||||
|
||||
This might affect performance but likely only in some very specific and
|
||||
hard to meassure scenario.
|
||||
hard to measure scenario.
|
||||
*/
|
||||
#if defined(_M_IX86) || defined(_M_X64)
|
||||
typedef enum _Py_memory_order {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user