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
35a1f7f6
Kaydet (Commit)
35a1f7f6
authored
Şub 10, 2017
tarafından
Benjamin Peterson
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
massage English for -X descriptions a bit
üst
d43ab059
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
cmdline.rst
Doc/using/cmdline.rst
+7
-5
No files found.
Doc/using/cmdline.rst
Dosyayı görüntüle @
35a1f7f6
...
@@ -396,21 +396,23 @@ Miscellaneous options
...
@@ -396,21 +396,23 @@ Miscellaneous options
defines
the
following
possible
values
:
defines
the
following
possible
values
:
*
``-
X
faulthandler
``
to
enable
:
mod
:`
faulthandler
`;
*
``-
X
faulthandler
``
to
enable
:
mod
:`
faulthandler
`;
*
``-
X
showrefcount
``
to
enable
the
output
of
the
total
reference
count
*
``-
X
showrefcount
``
to
output
the
total
reference
count
and
number
of
used
and
memory
blocks
(
only
works
on
debug
builds
);
memory
blocks
when
the
program
finishes
or
after
each
statement
in
the
interactive
interpreter
.
This
only
works
on
debug
builds
.
*
``-
X
tracemalloc
``
to
start
tracing
Python
memory
allocations
using
the
*
``-
X
tracemalloc
``
to
start
tracing
Python
memory
allocations
using
the
:
mod
:`
tracemalloc
`
module
.
By
default
,
only
the
most
recent
frame
is
:
mod
:`
tracemalloc
`
module
.
By
default
,
only
the
most
recent
frame
is
stored
in
a
traceback
of
a
trace
.
Use
``-
X
tracemalloc
=
NFRAME
``
to
start
stored
in
a
traceback
of
a
trace
.
Use
``-
X
tracemalloc
=
NFRAME
``
to
start
tracing
with
a
traceback
limit
of
*
NFRAME
*
frames
.
See
the
tracing
with
a
traceback
limit
of
*
NFRAME
*
frames
.
See
the
:
func
:`
tracemalloc
.
start
`
for
more
information
.
:
func
:`
tracemalloc
.
start
`
for
more
information
.
*
``-
X
showalloccount
``
to
enable
the
output
of
the
total
count
of
allocated
*
``-
X
showalloccount
``
to
output
the
total
count
of
allocated
objects
for
objects
for
each
type
(
only
works
when
built
with
``
COUNT_ALLOCS
``
defined
);
each
type
when
the
program
finishes
.
This
only
works
when
Python
was
built
with
``
COUNT_ALLOCS
``
defined
.
It
also
allows
passing
arbitrary
values
and
retrieving
them
through
the
It
also
allows
passing
arbitrary
values
and
retrieving
them
through
the
:
data
:`
sys
.
_xoptions
`
dictionary
.
:
data
:`
sys
.
_xoptions
`
dictionary
.
..
versionchanged
::
3.2
..
versionchanged
::
3.2
It
is
now
allowed
to
pass
:
option
:`-
X
`
with
CPython
.
The
:
option
:`-
X
`
option
was
added
.
..
versionadded
::
3.3
..
versionadded
::
3.3
The
``-
X
faulthandler
``
option
.
The
``-
X
faulthandler
``
option
.
...
...
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