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
d669b6bd
Kaydet (Commit)
d669b6bd
authored
Mar 12, 2016
tarafından
Steve Dower
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #23606: Adds note to ctypes documentation regarding cdll.msvcrt.
üst
126c9c17
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
ctypes.rst
Doc/library/ctypes.rst
+6
-0
NEWS
Misc/NEWS
+2
-0
No files found.
Doc/library/ctypes.rst
Dosyayı görüntüle @
d669b6bd
...
@@ -61,6 +61,12 @@ convention::
...
@@ -61,6 +61,12 @@ convention::
Windows appends the usual ``.dll`` file suffix automatically.
Windows appends the usual ``.dll`` file suffix automatically.
.. note::
Accessing the standard C library through ``cdll.msvcrt`` will use an
outdated version of the library that may be incompatible with the one
being used by Python. Where possible, use native Python functionality,
or else import and use the ``msvcrt`` module.
On Linux, it is required to specify the filename *including* the extension to
On Linux, it is required to specify the filename *including* the extension to
load a library, so attribute access can not be used to load libraries. Either the
load a library, so attribute access can not be used to load libraries. Either the
:meth:`LoadLibrary` method of the dll loaders should be used, or you should load
:meth:`LoadLibrary` method of the dll loaders should be used, or you should load
...
...
Misc/NEWS
Dosyayı görüntüle @
d669b6bd
...
@@ -284,6 +284,8 @@ Library
...
@@ -284,6 +284,8 @@ Library
Documentation
Documentation
-------------
-------------
-
Issue
#
23606
:
Adds
note
to
ctypes
documentation
regarding
cdll
.
msvcrt
.
-
Issue
#
25500
:
Fix
documentation
to
not
claim
that
__import__
is
searched
for
-
Issue
#
25500
:
Fix
documentation
to
not
claim
that
__import__
is
searched
for
in
the
global
scope
.
in
the
global
scope
.
...
...
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