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
6196ac41
Kaydet (Commit)
6196ac41
authored
Ock 13, 2017
tarafından
Serhiy Storchaka
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Issue #29219: Fixed infinite recursion in the repr of uninitialized
ctypes.CDLL instances.
üst
cc283378
4c4ff5f4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
__init__.py
Lib/ctypes/__init__.py
+4
-0
NEWS
Misc/NEWS
+3
-0
No files found.
Lib/ctypes/__init__.py
Dosyayı görüntüle @
6196ac41
...
@@ -324,6 +324,10 @@ class CDLL(object):
...
@@ -324,6 +324,10 @@ class CDLL(object):
"""
"""
_func_flags_
=
_FUNCFLAG_CDECL
_func_flags_
=
_FUNCFLAG_CDECL
_func_restype_
=
c_int
_func_restype_
=
c_int
# default values for repr
_name
=
'<uninitialized>'
_handle
=
0
_FuncPtr
=
None
def
__init__
(
self
,
name
,
mode
=
DEFAULT_MODE
,
handle
=
None
,
def
__init__
(
self
,
name
,
mode
=
DEFAULT_MODE
,
handle
=
None
,
use_errno
=
False
,
use_errno
=
False
,
...
...
Misc/NEWS
Dosyayı görüntüle @
6196ac41
...
@@ -212,6 +212,9 @@ Core and Builtins
...
@@ -212,6 +212,9 @@ Core and Builtins
Library
Library
-------
-------
-
Issue
#
29219
:
Fixed
infinite
recursion
in
the
repr
of
uninitialized
ctypes
.
CDLL
instances
.
-
Issue
#
29192
:
Removed
deprecated
features
in
the
http
.
cookies
module
.
-
Issue
#
29192
:
Removed
deprecated
features
in
the
http
.
cookies
module
.
-
Issue
#
29193
:
A
format
string
argument
for
string
.
Formatter
.
format
()
-
Issue
#
29193
:
A
format
string
argument
for
string
.
Formatter
.
format
()
...
...
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