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
8a26706d
Kaydet (Commit)
8a26706d
authored
Agu 19, 2006
tarafından
Neal Norwitz
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
SF #1542693: Remove semi-colon at end of PyImport_ImportModuleEx macro
üst
9b17eba8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
import.h
Include/import.h
+1
-1
NEWS
Misc/NEWS
+3
-4
No files found.
Include/import.h
Dosyayı görüntüle @
8a26706d
...
...
@@ -22,7 +22,7 @@ PyAPI_FUNC(PyObject *) PyImport_ImportModuleLevel(char *name,
PyAPI_FUNC
(
PyObject
*
)
PyImport_ImportModuleEx
(
char
*
name
,
PyObject
*
globals
,
PyObject
*
locals
,
PyObject
*
fromlist
);
#define PyImport_ImportModuleEx(n, g, l, f) \
PyImport_ImportModuleLevel(n, g, l, f, -1)
;
PyImport_ImportModuleLevel(n, g, l, f, -1)
PyAPI_FUNC
(
PyObject
*
)
PyImport_Import
(
PyObject
*
name
);
PyAPI_FUNC
(
PyObject
*
)
PyImport_ReloadModule
(
PyObject
*
m
);
...
...
Misc/NEWS
Dosyayı görüntüle @
8a26706d
...
...
@@ -43,6 +43,9 @@ Build
C
API
-----
-
Bug
#
1542693
:
remove
semi
-
colon
at
end
of
PyImport_ImportModuleEx
macro
so
it
can
be
used
as
an
expression
.
Mac
---
...
...
@@ -211,10 +214,6 @@ C API
is
always
1
(
normal
)
or
0
(
if
the
specified
thread
wasn
't found).
Mac
---
What'
s
New
in
Python
2.5
beta
3
?
================================
...
...
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