Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
aadc519c
Kaydet (Commit)
aadc519c
authored
Kas 19, 2011
tarafından
Petri Lehtinen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Merge branch 3.2 (closes #13338)
üst
b96172e2
8d40f16a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
2 deletions
+9
-2
pyatomic.h
Include/pyatomic.h
+4
-2
ACKS
Misc/ACKS
+1
-0
NEWS
Misc/NEWS
+4
-0
No files found.
Include/pyatomic.h
Dosyayı görüntüle @
aadc519c
...
@@ -64,7 +64,8 @@ _Py_ANNOTATE_MEMORY_ORDER(const volatile void *address, _Py_memory_order order)
...
@@ -64,7 +64,8 @@ _Py_ANNOTATE_MEMORY_ORDER(const volatile void *address, _Py_memory_order order)
case
_Py_memory_order_seq_cst
:
case
_Py_memory_order_seq_cst
:
_Py_ANNOTATE_HAPPENS_BEFORE
(
address
);
_Py_ANNOTATE_HAPPENS_BEFORE
(
address
);
break
;
break
;
default:
case
_Py_memory_order_relaxed
:
case
_Py_memory_order_acquire
:
break
;
break
;
}
}
switch
(
order
)
{
switch
(
order
)
{
...
@@ -73,7 +74,8 @@ _Py_ANNOTATE_MEMORY_ORDER(const volatile void *address, _Py_memory_order order)
...
@@ -73,7 +74,8 @@ _Py_ANNOTATE_MEMORY_ORDER(const volatile void *address, _Py_memory_order order)
case
_Py_memory_order_seq_cst
:
case
_Py_memory_order_seq_cst
:
_Py_ANNOTATE_HAPPENS_AFTER
(
address
);
_Py_ANNOTATE_HAPPENS_AFTER
(
address
);
break
;
break
;
default:
case
_Py_memory_order_relaxed
:
case
_Py_memory_order_release
:
break
;
break
;
}
}
}
}
...
...
Misc/ACKS
Dosyayı görüntüle @
aadc519c
...
@@ -132,6 +132,7 @@ Titus Brown
...
@@ -132,6 +132,7 @@ Titus Brown
Oleg Broytmann
Oleg Broytmann
Dave Brueck
Dave Brueck
Francisco Martín Brugué
Francisco Martín Brugué
Floris Bruynooghe
Stan Bubrouski
Stan Bubrouski
Erik de Bueger
Erik de Bueger
Jan-Hein Bührman
Jan-Hein Bührman
...
...
Misc/NEWS
Dosyayı görüntüle @
aadc519c
...
@@ -10,6 +10,10 @@ What's New in Python 3.3 Alpha 1?
...
@@ -10,6 +10,10 @@ What's New in Python 3.3 Alpha 1?
Core and Builtins
Core and Builtins
-----------------
-----------------
- Issue #13338: Handle all enumerations in _Py_ANNOTATE_MEMORY_ORDER
to allow compiling extension modules with -Wswitch-enum on gcc.
Initial patch by Floris Bruynooghe.
- Issue #10227: Add an allocation cache for a single slice object. Patch by
- Issue #10227: Add an allocation cache for a single slice object. Patch by
Stefan Behnel.
Stefan Behnel.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment