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
80c09cfa
Kaydet (Commit)
80c09cfa
authored
Mar 30, 2014
tarafından
Martin v. Löwis
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add test case for freeze.
üst
e5bb551c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
0 deletions
+14
-0
NEWS
Misc/NEWS
+2
-0
Makefile
Tools/freeze/test/Makefile
+10
-0
ok.py
Tools/freeze/test/ok.py
+2
-0
No files found.
Misc/NEWS
Dosyayı görüntüle @
80c09cfa
...
...
@@ -150,6 +150,8 @@ Documentation
Tests
-----
-
Add
test
case
for
freeze
.
-
Issue
#
20743
:
Fix
a
reference
leak
in
test_tcl
.
-
Issue
#
21097
:
Move
test_namespace_pkgs
into
test_importlib
.
...
...
Tools/freeze/test/Makefile
0 → 100644
Dosyayı görüntüle @
80c09cfa
# Makefile to test freeze
# set PYTHON to path of Python interpreter to test
PYTHON
=
python
# set OUTDIR to the temp directory for freeze
OUTDIR
=
outdir
test
:
$(PYTHON)
../freeze.py
-o
$(OUTDIR)
ok.py
make
-C
$(OUTDIR)
Tools/freeze/test/ok.py
0 → 100644
Dosyayı görüntüle @
80c09cfa
import
sys
sys
.
exit
(
0
)
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