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
5c403b20
Kaydet (Commit)
5c403b20
authored
Nis 27, 2019
tarafından
Paul Ganssle
Kaydeden (comit)
Victor Stinner
Nis 27, 2019
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bpo-36722: Style and grammar edits for ABI news entries (GH-12979)
üst
55d03511
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
24 additions
and
22 deletions
+24
-22
3.8.rst
Doc/whatsnew/3.8.rst
+13
-12
2019-04-09-18-19-43.bpo-36465.-w6vx6.rst
...EWS.d/next/Build/2019-04-09-18-19-43.bpo-36465.-w6vx6.rst
+6
-5
2019-04-25-01-51-52.bpo-21536.ACQkiC.rst
...EWS.d/next/Build/2019-04-25-01-51-52.bpo-21536.ACQkiC.rst
+4
-4
SpecialBuilds.txt
Misc/SpecialBuilds.txt
+1
-1
No files found.
Doc/whatsnew/3.8.rst
Dosyayı görüntüle @
5c403b20
...
@@ -101,20 +101,21 @@ subdirectories).
...
@@ -101,20 +101,21 @@ subdirectories).
Debug build uses the same ABI as release build
Debug build uses the same ABI as release build
-----------------------------------------------
-----------------------------------------------
Python now uses the same ABI when built in release and in debug mode. On Unix,
Python now uses the same ABI whether it built in release or debug mode. On
when Python is build in debug mode, it is now possible to load C extensions
Unix, when Python is built in debug mode, it is now possible to load C
built in release mode and C extensions built using the stable ABI.
extensions built in release mode and C extensions built using the stable ABI.
Release build and debug build are now ABI compatible: the ``Py_DEBUG`` define
Release builds and debug builds are now ABI compatible: defining the
no longer implies the ``Py_TRACE_REFS`` define which introduces the only ABI
``Py_DEBUG`` macro no longer implies the ``Py_TRACE_REFS`` macro, which
incompatibility. A new ``./configure --with-trace-refs`` build option is now
introduces the only ABI incompatibility. The ``Py_TRACE_REFS`` macro, which
required to get ``Py_TRACE_REFS`` define which adds :func:`sys.getobjects`
adds the :func:`sys.getobjects` function and the :envvar:`PYTHONDUMPREFS`
function and :envvar:`PYTHONDUMPREFS` environment variable.
environment variable, can be set using the new ``./configure --with-trace-refs``
build option.
(Contributed by Victor Stinner in :issue:`36465`.)
(Contributed by Victor Stinner in :issue:`36465`.)
On Unix, C extensions are no longer linked to libpython. It is now possible
to
On Unix, C extensions are no longer linked to libpython. It is now possible
load a C extension built using a shared library Python
for a statically linked Python to load a C extension built using a shared
with a statically linked
Python.
library
Python.
(Contributed by Victor Stinner in :issue:`21536`.)
(Contributed by Victor Stinner in :issue:`21536`.)
On Unix, when Python is built in debug mode, import now also looks for C
On Unix, when Python is built in debug mode, import now also looks for C
...
...
Misc/NEWS.d/next/Build/2019-04-09-18-19-43.bpo-36465.-w6vx6.rst
Dosyayı görüntüle @
5c403b20
Release build and debug build are now ABI compatible: the ``Py_DEBUG`` define
Release builds and debug builds are now ABI compatible: defining the
no longer implies ``Py_TRACE_REFS`` define which introduces the only ABI
``Py_DEBUG`` macro no longer implies the ``Py_TRACE_REFS`` macro, which
incompatibility. A new ``./configure --with-trace-refs`` build option is now
introduces the only ABI incompatibility. The ``Py_TRACE_REFS`` macro, which
required to get ``Py_TRACE_REFS`` define which adds :func:`sys.getobjects`
adds the :func:`sys.getobjects` function and the :envvar:`PYTHONDUMPREFS`
function and ``PYTHONDUMPREFS`` environment variable.
environment variable, can be set using the new ``./configure --with-trace-refs``
build option.
Misc/NEWS.d/next/Build/2019-04-25-01-51-52.bpo-21536.ACQkiC.rst
Dosyayı görüntüle @
5c403b20
On Unix, C extensions are no longer linked to libpython.
On Unix, C extensions are no longer linked to libpython.
It is now possible
to load a C extension built using a shared library Python
It is now possible
for a statically linked Python to load a C extension built
with a statically linked
Python.
using a shared library
Python.
When Python is embedded, ``libpython`` must not be loaded with ``RTLD_LOCAL``,
When Python is embedded, ``libpython`` must not be loaded with ``RTLD_LOCAL``,
but ``RTLD_GLOBAL`` instead. Previously, using ``RTLD_LOCAL``, it was already
but ``RTLD_GLOBAL`` instead. Previously, using ``RTLD_LOCAL``, it was already
not possible to load C extensions which were not linked to ``libpython``,
like
not possible to load C extensions which were not linked to ``libpython``,
such
C extensions of the standard library built by the ``*shared*`` section of
as
C extensions of the standard library built by the ``*shared*`` section of
``Modules/Setup``.
``Modules/Setup``.
distutils, python-config and python-config.py have been modified.
distutils, python-config and python-config.py have been modified.
Misc/SpecialBuilds.txt
Dosyayı görüntüle @
5c403b20
This file describes some special Python build types enabled via compile-time
This file describes some special Python build types enabled via compile-time
preprocessor d
efin
es.
preprocessor d
irectiv
es.
IMPORTANT: if you want to build a debug-enabled Python, it is recommended that
IMPORTANT: if you want to build a debug-enabled Python, it is recommended that
you use ``./configure --with-pydebug``, rather than the options listed here.
you use ``./configure --with-pydebug``, rather than the options listed here.
...
...
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