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
3c2a178a
Kaydet (Commit)
3c2a178a
authored
Ara 14, 2013
tarafından
R David Murray
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Merge: #19970: Fix some comment typos.
üst
b05d6980
fc06999e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
test_signal.py
Lib/test/test_signal.py
+1
-1
faulthandler.c
Modules/faulthandler.c
+1
-1
posixmodule.c
Modules/posixmodule.c
+2
-2
No files found.
Lib/test/test_signal.py
Dosyayı görüntüle @
3c2a178a
...
@@ -873,7 +873,7 @@ class PendingSignalsTests(unittest.TestCase):
...
@@ -873,7 +873,7 @@ class PendingSignalsTests(unittest.TestCase):
# Unblock SIGUSR1
# Unblock SIGUSR1
try:
try:
# unblock the pending signal calls immediatly the signal handler
# unblock the pending signal calls immediat
e
ly the signal handler
signal.pthread_sigmask(signal.SIG_UNBLOCK, [signum])
signal.pthread_sigmask(signal.SIG_UNBLOCK, [signum])
except ZeroDivisionError:
except ZeroDivisionError:
pass
pass
...
...
Modules/faulthandler.c
Dosyayı görüntüle @
3c2a178a
...
@@ -303,7 +303,7 @@ faulthandler_fatal_error(int signum)
...
@@ -303,7 +303,7 @@ faulthandler_fatal_error(int signum)
return
;
return
;
}
}
#endif
#endif
/* call the previous signal handler: it is called immediatly if we use
/* call the previous signal handler: it is called immediat
e
ly if we use
sigaction() thanks to SA_NODEFER flag, otherwise it is deferred */
sigaction() thanks to SA_NODEFER flag, otherwise it is deferred */
raise
(
signum
);
raise
(
signum
);
}
}
...
...
Modules/posixmodule.c
Dosyayı görüntüle @
3c2a178a
...
@@ -1666,7 +1666,7 @@ win32_xstat_impl(const char *path, struct win32_stat *result,
...
@@ -1666,7 +1666,7 @@ win32_xstat_impl(const char *path, struct win32_stat *result,
/* FILE_FLAG_BACKUP_SEMANTICS is required to open a directory */
/* FILE_FLAG_BACKUP_SEMANTICS is required to open a directory */
/* FILE_FLAG_OPEN_REPARSE_POINT does not follow the symlink.
/* FILE_FLAG_OPEN_REPARSE_POINT does not follow the symlink.
Because of this, calls like GetFinalPathNameByHandle will return
Because of this, calls like GetFinalPathNameByHandle will return
the symlink path agin and not the actual final path. */
the symlink path ag
a
in and not the actual final path. */
FILE_ATTRIBUTE_NORMAL
|
FILE_FLAG_BACKUP_SEMANTICS
|
FILE_ATTRIBUTE_NORMAL
|
FILE_FLAG_BACKUP_SEMANTICS
|
FILE_FLAG_OPEN_REPARSE_POINT
,
FILE_FLAG_OPEN_REPARSE_POINT
,
NULL
);
NULL
);
...
@@ -1762,7 +1762,7 @@ win32_xstat_impl_w(const wchar_t *path, struct win32_stat *result,
...
@@ -1762,7 +1762,7 @@ win32_xstat_impl_w(const wchar_t *path, struct win32_stat *result,
/* FILE_FLAG_BACKUP_SEMANTICS is required to open a directory */
/* FILE_FLAG_BACKUP_SEMANTICS is required to open a directory */
/* FILE_FLAG_OPEN_REPARSE_POINT does not follow the symlink.
/* FILE_FLAG_OPEN_REPARSE_POINT does not follow the symlink.
Because of this, calls like GetFinalPathNameByHandle will return
Because of this, calls like GetFinalPathNameByHandle will return
the symlink path agin and not the actual final path. */
the symlink path ag
a
in and not the actual final path. */
FILE_ATTRIBUTE_NORMAL
|
FILE_FLAG_BACKUP_SEMANTICS
|
FILE_ATTRIBUTE_NORMAL
|
FILE_FLAG_BACKUP_SEMANTICS
|
FILE_FLAG_OPEN_REPARSE_POINT
,
FILE_FLAG_OPEN_REPARSE_POINT
,
NULL
);
NULL
);
...
...
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