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
dc704c67
Kaydet (Commit)
dc704c67
authored
Eki 02, 2012
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
In this case it is not useful to hide "threading".
üst
4443762b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
3.3.rst
Doc/whatsnew/3.3.rst
+1
-1
No files found.
Doc/whatsnew/3.3.rst
Dosyayı görüntüle @
dc704c67
...
@@ -1912,7 +1912,7 @@ argument to override the default behavior of inheriting the ``deamon`` flag
...
@@ -1912,7 +1912,7 @@ argument to override the default behavior of inheriting the ``deamon`` flag
value
from
the
parent
thread
(:
issue
:`
6064
`).
value
from
the
parent
thread
(:
issue
:`
6064
`).
The
formerly
private
function
``
_thread
.
get_ident
``
is
now
available
as
the
The
formerly
private
function
``
_thread
.
get_ident
``
is
now
available
as
the
public
function
:
func
:`
~
threading
.
get_ident
`.
This
eliminates
several
cases
of
public
function
:
func
:`
threading
.
get_ident
`.
This
eliminates
several
cases
of
direct
access
to
the
``
_thread
``
module
in
the
stdlib
.
Third
party
code
that
direct
access
to
the
``
_thread
``
module
in
the
stdlib
.
Third
party
code
that
used
``
_thread
.
get_ident
``
should
likewise
be
changed
to
use
the
new
public
used
``
_thread
.
get_ident
``
should
likewise
be
changed
to
use
the
new
public
interface
.
interface
.
...
...
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