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
01a0cb89
Kaydet (Commit)
01a0cb89
authored
Şub 02, 2018
tarafından
Dmitry Alimov
Kaydeden (comit)
Yury Selivanov
Şub 02, 2018
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix typo in hamt.c comments (#5478)
üst
3d4dbd8f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
hamt.c
Python/hamt.c
+1
-1
No files found.
Python/hamt.c
Dosyayı görüntüle @
01a0cb89
...
@@ -1476,7 +1476,7 @@ hamt_node_collision_without(PyHamtNode_Collision *self,
...
@@ -1476,7 +1476,7 @@ hamt_node_collision_without(PyHamtNode_Collision *self,
if
(
new_count
==
1
)
{
if
(
new_count
==
1
)
{
/* The node has two keys, and after deletion the
/* The node has two keys, and after deletion the
new Collision node would have one. Collision nodes
new Collision node would have one. Collision nodes
with one key shouldn't exist,
c
o convert it to a
with one key shouldn't exist,
s
o convert it to a
Bitmap node.
Bitmap node.
*/
*/
PyHamtNode_Bitmap
*
node
=
(
PyHamtNode_Bitmap
*
)
PyHamtNode_Bitmap
*
node
=
(
PyHamtNode_Bitmap
*
)
...
...
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