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
2de7471d
Kaydet (Commit)
2de7471d
authored
Şub 01, 2001
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add entries for the weakref module to the build control.
üst
36154b2d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
Setup.dist
Modules/Setup.dist
+1
-0
setup.py
setup.py
+1
-0
No files found.
Modules/Setup.dist
Dosyayı görüntüle @
2de7471d
...
...
@@ -147,6 +147,7 @@ GLHACK=-Dclear=__GLclear
#struct structmodule.c # binary structure packing/unpacking
#time timemodule.c # -lm # time operations and variables
#operator operator.c # operator.add() and similar goodies
#_weakref _weakref.c # basic weak reference support
#_codecs _codecsmodule.c # access to the builtin codecs and codec registry
#unicodedata unicodedata.c unicodedatabase.c
...
...
setup.py
Dosyayı görüntüle @
2de7471d
...
...
@@ -153,6 +153,7 @@ class PyBuildExt(build_ext):
exts
.
append
(
Extension
(
'regex'
,
[
'regexmodule.c'
,
'regexpr.c'
])
)
exts
.
append
(
Extension
(
'pcre'
,
[
'pcremodule.c'
,
'pypcre.c'
])
)
exts
.
append
(
Extension
(
'_weakref'
,
[
'_weakref.c'
])
)
exts
.
append
(
Extension
(
'xreadlines'
,
[
'xreadlinesmodule.c'
])
)
# array objects
...
...
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