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
1dc5cb9c
Kaydet (Commit)
1dc5cb9c
authored
Şub 13, 2019
tarafından
Nina Zakharenko
Kaydeden (comit)
Brett Cannon
Şub 13, 2019
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bpo-35887: Add make regen-importlib step to importlib._bootstrap docstring (GH-11777)
üst
dcb68f47
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
_bootstrap.py
Lib/importlib/_bootstrap.py
+3
-3
No files found.
Lib/importlib/_bootstrap.py
Dosyayı görüntüle @
1dc5cb9c
...
@@ -7,9 +7,9 @@ work. One should use importlib as the public-facing version of this module.
...
@@ -7,9 +7,9 @@ work. One should use importlib as the public-facing version of this module.
"""
"""
#
#
# IMPORTANT: Whenever making changes to this module, be sure to run
# IMPORTANT: Whenever making changes to this module, be sure to run
a top-level
#
a top-level make in order to get the frozen version of the module
#
`make regen-importlib` followed by `make` in order to get the frozen version
# updated. Not doing so will result in the Makefile to fail for
#
of the module
updated. Not doing so will result in the Makefile to fail for
# all others who don't have a ./python around to freeze the module
# all others who don't have a ./python around to freeze the module
# in the early stages of compilation.
# in the early stages of compilation.
#
#
...
...
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