Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-45582: Fix framework path and bootstrap build #29954

Merged
merged 1 commit into from
Dec 7, 2021

Conversation

tiran
Copy link
Member

@tiran tiran commented Dec 7, 2021

  • Check NS API return values for NULL to prevent segfault in
    _bootstrap_python.
  • Set modPathInitialized to 1 so the decode_to_dict path is used.

Signed-off-by: Christian Heimes [email protected]

https://bugs.python.org/issue45582

* Check NS API return values for NULL to prevent segfault in
  ``_bootstrap_python``.
* Set modPathInitialized to 1 so the ``decode_to_dict`` path is used.

Signed-off-by: Christian Heimes <[email protected]>
@tiran tiran force-pushed the bpo-45582-framework branch from ed7337c to 84e68b1 Compare December 7, 2021 11:01
@tiran tiran marked this pull request as ready for review December 7, 2021 12:03
Copy link
Member

@ned-deily ned-deily left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ambv ambv merged commit 06c4ae8 into python:main Dec 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants