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
9c2b5140
Kaydet (Commit)
9c2b5140
authored
Kas 05, 2001
tarafından
Jack Jansen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Correctly builds the C module now.
üst
bd008844
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
CarbonEvtsupport.py
Mac/Modules/carbonevt/CarbonEvtsupport.py
+4
-5
_CarbonEvt.c
Mac/Modules/carbonevt/_CarbonEvt.c
+0
-0
No files found.
Mac/Modules/carbonevt/CarbonEvtsupport.py
Dosyayı görüntüle @
9c2b5140
...
...
@@ -2,7 +2,7 @@
from
macsupport
import
*
from
CarbonEv
ents
scan
import
RefObjectTypes
from
CarbonEv
t
scan
import
RefObjectTypes
# where should this go? macsupport.py?
CFStringRef
=
OpaqueByValueType
(
'CFStringRef'
)
...
...
@@ -172,8 +172,7 @@ execfile('CarbonEventsgen.py')
for
f
in
functions
:
module
.
add
(
f
)
# add all the functions carboneventsgen put in the list
for
typ
in
RefObjectTypes
:
## go thru all ObjectTypes as defined in CarbonEventsscan.py
methods
=
eval
(
typ
+
'methods'
)
## get a reference to the method list
from
the
main
namespace
methods
=
eval
(
typ
+
'methods'
)
## get a reference to the method list from the main namespace
obj
=
eval
(
typ
+
'object'
)
## get a reference to the object
for
m
in
methods
:
obj
.
add
(
m
)
## add each method in the list to the object
...
...
@@ -227,5 +226,5 @@ module.add(f)
SetOutputFileName
(
'_CarbonEvt.c'
)
module
.
generate
()
import
os
os
.
system
(
"python setup.py build"
)
##
import os
##
os.system("python setup.py build")
Mac/Modules/carbonevt/_CarbonEvt.c
0 → 100644
Dosyayı görüntüle @
9c2b5140
This diff is collapsed.
Click to expand it.
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