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
6c92d76a
Kaydet (Commit)
6c92d76a
authored
Ara 05, 2004
tarafından
Raymond Hettinger
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Removed deprecated method from pstats.
üst
f3fa9460
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
12 deletions
+2
-12
libprofile.tex
Doc/lib/libprofile.tex
+0
-8
pstats.py
Lib/pstats.py
+0
-4
NEWS
Misc/NEWS
+2
-0
No files found.
Doc/lib/libprofile.tex
Dosyayı görüntüle @
6c92d76a
...
...
@@ -525,14 +525,6 @@ of direction of calls (re: called vs was called by), the arguments and
ordering are identical to the
\method
{
print
_
callers()
}
method.
\end{methoddesc}
\begin{methoddesc}
[Stats]
{
ignore
}{}
\deprecated
{
1.5.1
}{
This is not needed in modern versions of
Python.
\footnote
{
This was once necessary, when Python would print any unused expression
result that was not
\code
{
None
}
. The method is still defined for
backward compatibility.
}}
\end{methoddesc}
\section
{
Limitations
\label
{
profile-limits
}}
...
...
Lib/pstats.py
Dosyayı görüntüle @
6c92d76a
...
...
@@ -416,10 +416,6 @@ class Stats:
print
f8
(
ct
/
cc
),
print
func_std_string
(
func
)
def
ignore
(
self
):
# Deprecated since 1.5.1 -- see the docs.
pass
# has no return value, so use at end of line :-)
class
TupleComp
:
"""This class provides a generic function for comparing any two tuples.
Each instance records a list of tuple-indices (from most significant
...
...
Misc/NEWS
Dosyayı görüntüle @
6c92d76a
...
...
@@ -21,6 +21,8 @@ Extension Modules
Library
-------
- the pstats module no longer uses the deprecated ignore() method.
- the filecmp module no longer uses the deprecated use_statcache argument.
- unittest.TestCase.run() and unittest.TestSuite.run() can now be successfully
...
...
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