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
e52ac045
Unverified
Kaydet (Commit)
e52ac045
authored
Mar 28, 2018
tarafından
Ned Deily
Kaydeden (comit)
GitHub
Mar 28, 2018
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bpo-32872: Avoid regrtest compatibility issue with namespace packages. (GH-6276)
üst
65a34709
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
setup.py
Lib/test/libregrtest/setup.py
+1
-1
2018-03-28-01-35-02.bpo-32872.J5NDUj.rst
...EWS.d/next/Tests/2018-03-28-01-35-02.bpo-32872.J5NDUj.rst
+1
-0
No files found.
Lib/test/libregrtest/setup.py
Dosyayı görüntüle @
e52ac045
...
...
@@ -57,7 +57,7 @@ def setup_tests(ns):
if
hasattr
(
module
,
'__path__'
):
for
index
,
path
in
enumerate
(
module
.
__path__
):
module
.
__path__
[
index
]
=
os
.
path
.
abspath
(
path
)
if
hasattr
(
module
,
'__file__'
):
if
getattr
(
module
,
'__file__'
,
None
):
module
.
__file__
=
os
.
path
.
abspath
(
module
.
__file__
)
# MacOSX (a.k.a. Darwin) has a default stack size that is too small
...
...
Misc/NEWS.d/next/Tests/2018-03-28-01-35-02.bpo-32872.J5NDUj.rst
0 → 100644
Dosyayı görüntüle @
e52ac045
Avoid regrtest compatibility issue with namespace packages.
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