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
7821ff37
Kaydet (Commit)
7821ff37
authored
Ara 10, 2013
tarafından
Victor Stinner
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #19932: Fix typo in import.h, missing whitespaces in function prototypes.
üst
5493d5ea
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
import.h
Include/import.h
+2
-2
NEWS
Misc/NEWS
+2
-0
No files found.
Include/import.h
Dosyayı görüntüle @
7821ff37
...
...
@@ -40,8 +40,8 @@ PyAPI_FUNC(struct filedescr *) _PyImport_FindModule(
PyAPI_FUNC
(
int
)
_PyImport_IsScript
(
struct
filedescr
*
);
PyAPI_FUNC
(
void
)
_PyImport_ReInitLock
(
void
);
PyAPI_FUNC
(
PyObject
*
)
_PyImport_FindExtension
(
char
*
,
char
*
);
PyAPI_FUNC
(
PyObject
*
)
_PyImport_FixupExtension
(
char
*
,
char
*
);
PyAPI_FUNC
(
PyObject
*
)
_PyImport_FindExtension
(
char
*
,
char
*
);
PyAPI_FUNC
(
PyObject
*
)
_PyImport_FixupExtension
(
char
*
,
char
*
);
struct
_inittab
{
char
*
name
;
...
...
Misc/NEWS
Dosyayı görüntüle @
7821ff37
...
...
@@ -9,6 +9,8 @@ What's New in Python 2.7.7?
Core and Builtins
-----------------
- Issue #19932: Fix typo in import.h, missing whitespaces in function prototypes.
- Issue #19638: Fix possible crash / undefined behaviour from huge (more than 2
billion characters) input strings in _Py_dg_strtod.
...
...
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