Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b9fb1f2

Browse files
committed
Mention Include/my*.h cleanup
1 parent 581f33a commit b9fb1f2

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Doc/whatsnew/whatsnew20.tex

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,10 @@ \section{Extending/Embedding Changes}
588588
support dynamic loading on many different platforms, was cleaned up
589589
and reorganised by Greg Stein. \file{importdl.c} is now quite small,
590590
and platform-specific code has been moved into a bunch of
591-
\file{Python/dynload_*.c} files.
591+
\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}.
592595
593596
Vladimir Marangozov's long-awaited malloc restructuring was completed,
594597
to make it easy to have the Python interpreter use a custom allocator

0 commit comments

Comments
 (0)