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
6ab96e41
Kaydet (Commit)
6ab96e41
authored
Kas 05, 2011
tarafından
Petri Lehtinen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Remove __pycache__ directories correctly on OpenBSD
Closes #13326.
üst
03b08193
bc74ee03
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
Makefile.pre.in
Makefile.pre.in
+1
-1
NEWS
Misc/NEWS
+2
-0
No files found.
Makefile.pre.in
Dosyayı görüntüle @
6ab96e41
...
@@ -1285,8 +1285,8 @@ TAGS::
...
@@ -1285,8 +1285,8 @@ TAGS::
# Sanitation targets -- clean leaves libraries, executables and tags
# Sanitation targets -- clean leaves libraries, executables and tags
# files, which clobber removes as well
# files, which clobber removes as well
pycremoval
:
pycremoval
:
-
find
$(srcdir)
-depth
-name
'__pycache__'
-exec
rm
-rf
{}
';'
-
find
$(srcdir)
-name
'*.py[co]'
-exec
rm
-f
{}
';'
-
find
$(srcdir)
-name
'*.py[co]'
-exec
rm
-f
{}
';'
-
find
$(srcdir)
-name
'__pycache__'
-exec
rmdir
{}
'+'
rmtestturds
:
rmtestturds
:
-
rm
-f
*
BAD
*
GOOD
*
SKIPPED
-
rm
-f
*
BAD
*
GOOD
*
SKIPPED
...
...
Misc/NEWS
Dosyayı görüntüle @
6ab96e41
...
@@ -1445,6 +1445,8 @@ Library
...
@@ -1445,6 +1445,8 @@ Library
Build
Build
-----
-----
- Issue #13326: Clean __pycache__ directories correctly on OpenBSD.
- PEP 393: the configure option --with-wide-unicode is removed.
- PEP 393: the configure option --with-wide-unicode is removed.
- Issue #12852: Set _XOPEN_SOURCE to 700, instead of 600, to get POSIX 2008
- Issue #12852: Set _XOPEN_SOURCE to 700, instead of 600, to get POSIX 2008
...
...
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