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
9a2eda5e
Kaydet (Commit)
9a2eda5e
authored
Ara 31, 2002
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Dedent a paragraph that was accidentally aligned with a preceding
nested list.
üst
735950b3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
NEWS
Misc/NEWS
+8
-8
No files found.
Misc/NEWS
Dosyayı görüntüle @
9a2eda5e
...
...
@@ -155,14 +155,14 @@ Core and builtins
show
signed
values
(
e
.
g
.
hex
(-
1
)
currently
returns
"0xffffffff"
;
in
Python
2.4
it
will
return
"-0x1"
).
-
The
bits
manipulated
under
the
cover
by
sys
.
setcheckinterval
()
have
been
changed
.
Both
the
check
interval
and
the
ticker
used
to
be
per
-
thread
values
.
They
are
now
just
a
pair
of
global
variables
.
In
addition
,
the
default
check
interval
was
boosted
from
10
to
100
bytecode
instructions
.
This
may
have
some
effect
on
systems
that
relied
on
the
old
default
value
.
In
particular
,
in
multi
-
threaded
applications
which
try
to
be
highly
responsive
,
response
time
will
increase
by
some
(
perhaps
imperceptible
)
amount
.
-
The
bits
manipulated
under
the
cover
by
sys
.
setcheckinterval
()
have
been
changed
.
Both
the
check
interval
and
the
ticker
used
to
be
per
-
thread
values
.
They
are
now
just
a
pair
of
global
variables
.
In
addition
,
the
default
check
interval
was
boosted
from
10
to
100
bytecode
instructions
.
This
may
have
some
effect
on
systems
that
relied
on
the
old
default
value
.
In
particular
,
in
multi
-
threaded
applications
which
try
to
be
highly
responsive
,
response
time
will
increase
by
some
(
perhaps
imperceptible
)
amount
.
-
When
multiplying
very
large
integers
,
a
version
of
the
so
-
called
Karatsuba
algorithm
is
now
used
.
This
is
most
effective
if
the
...
...
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