◐ Shell
clean mode source ↗

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 tiran changed the title bpo-45582: framework build: modPath must not be const bpo-45582: framework build: modPath must not be const (GH-29944)

Dec 6, 2021

@tiran tiran deleted the bpo-45582-constchar branch

December 6, 2021 18:13

@zooba zooba mentioned this pull request

Apr 10, 2022