bpo-45582: framework build: modPath must not be const (GH-29944) by tiran · Pull Request #29944 · python/cpython
modPath was marked as static const although the char array is modified later in the function. Fixes a crash when building with --enable-framework. Issue was found by Ronald. Co-authored-by: Ronald Oussoren <ronaldoussoren@mac.com> Signed-off-by: Christian Heimes <christian@python.org>
tiran
changed the title
bpo-45582: framework build: modPath must not be const
bpo-45582: framework build: modPath must not be const (GH-29944)
tiran
deleted the
bpo-45582-constchar
branch
zooba
mentioned this pull request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters