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
39c4ed6e
Kaydet (Commit)
39c4ed6e
authored
Şub 21, 2001
tarafından
Andrew M. Kuchling
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Move the signal module back into Setup.config.in so it can be enabled
and disabled from the configure script.
üst
3a9a96c7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Setup.config.in
Modules/Setup.config.in
+3
-0
Setup.dist
Modules/Setup.dist
+0
-3
No files found.
Modules/Setup.config.in
Dosyayı görüntüle @
39c4ed6e
...
@@ -9,5 +9,8 @@
...
@@ -9,5 +9,8 @@
# Threading
# Threading
@USE_THREAD_MODULE@thread threadmodule.c
@USE_THREAD_MODULE@thread threadmodule.c
# The signal module
@USE_SIGNAL_MODULE@signal signalmodule.c
# The rest of the modules previously listed in this file are built
# The rest of the modules previously listed in this file are built
# by the setup.py script in Python 2.1.
# by the setup.py script in Python 2.1.
Modules/Setup.dist
Dosyayı görüntüle @
39c4ed6e
...
@@ -97,9 +97,6 @@ PYTHONPATH=$(COREPYTHONPATH)
...
@@ -97,9 +97,6 @@ PYTHONPATH=$(COREPYTHONPATH)
posix
posixmodule.c
# posix (UNIX) system calls
posix
posixmodule.c
# posix (UNIX) system calls
_sre
_sre.c
# Fredrik Lundh's new regular expressions
_sre
_sre.c
# Fredrik Lundh's new regular expressions
# The signal module can't be compiled as a dynamically linked module.
signal
signalmodule.c
# signal(2)
# The rest of the modules listed in this file are all commented out by
# The rest of the modules listed in this file are all commented out by
# default. Usually they can be detected and built as dynamically
# default. Usually they can be detected and built as dynamically
# loaded modules by the new setup.py script added in Python 2.1. If
# loaded modules by the new setup.py script added in Python 2.1. If
...
...
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