Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 581f33a commit b9fb1f2Copy full SHA for b9fb1f2
1 file changed
Doc/whatsnew/whatsnew20.tex
@@ -588,7 +588,10 @@ \section{Extending/Embedding Changes}
588
support dynamic loading on many different platforms, was cleaned up
589
and reorganised by Greg Stein. \file{importdl.c} is now quite small,
590
and platform-specific code has been moved into a bunch of
591
-\file{Python/dynload_*.c} files.
+\file{Python/dynload_*.c} files. Another cleanup: there were also a
592
+number of \file{my*.h} files in the Include/ directory that held
593
+various portability hacks; they've been merged into a single file,
594
+\file{Include/pyport.h}.
595
596
Vladimir Marangozov's long-awaited malloc restructuring was completed,
597
to make it easy to have the Python interpreter use a custom allocator
0 commit comments