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
42fc7ccd
Kaydet (Commit)
42fc7ccd
authored
Nis 04, 2001
tarafından
Tim Peters
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
SF patch [ #413750 ] Cygwin entry for README file, from Jason Tishler.
üst
f3186e82
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
37 additions
and
0 deletions
+37
-0
README
README
+37
-0
No files found.
README
Dosyayı görüntüle @
42fc7ccd
...
...
@@ -399,6 +399,43 @@ Mac OS X: You need to add the "-traditional-cpp" option to the
the test_largefile test is only expected to work on a Unix UFS
filesystem (how to check for this on Mac OS X?).
Cygwin: Cygwin Python builds OOTB when configured as follows:
configure --with-threads=no
assuming Cygwin 1.1.8-2 and gcc 2.95.3-1 or later. At the time
of this writing, Cygwin pthread support is being significantly
enhanced. Hopefully, there will be a Cygwin Python with thread
support soon.
Cygwin Python supports the building of shared extensions via the
traditional Misc/Makefile.pre.in and the newer distutils methods.
On NT/2000, the following regression tests fail:
test_poll (hang)
test_strftime
Due to the test_poll hang on NT/2000, one should run the
regression test using the following:
PYTHONPATH= ./python.exe -tt ./Lib/test/regrtest.py -l -x test_poll
On 9X/Me, in addition the above NT/2000 failures, it has been
reported that the following regression tests also fail:
test_pwd
test_select (hang)
test_socket
Due to the test_poll and test_select hang on 9X/Me, one should
run the regression test using the following:
PYTHONPATH= ./python.exe -tt ./Lib/test/regrtest.py -l -x test_poll -x test_select
Help trying to track down the root causes for these known problems
will be greatly appreciated.
Configuring threads
-------------------
...
...
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