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-29436: fix compilation failure on Android since NDK r14 beta 2 #159

Closed
wants to merge 1 commit into from
Closed

bpo-29436: fix compilation failure on Android since NDK r14 beta 2 #159

wants to merge 1 commit into from

Conversation

Copy link
Contributor

@yan12125 yan12125 commented Feb 18, 2017

Since NDK r14 beta 2, unified headers provide langinfo.h. However,
nl_langinfo function is missing, causing lots of undefined symbols.
@yan12125
Copy link
Author

@yan12125 yan12125 commented Feb 18, 2017

Close first. Will reopen if r14 is actually released.

@yan12125 yan12125 closed this Feb 18, 2017
akruis pushed a commit to akruis/cpython that referenced this issue Jun 23, 2018
Fix a crash, if the stack top is neither Py_None nor an exception class,
but an integer. This happens if you leave a managed context with
"return" or "continue" and the exit-function switches to another
tasklet.
akruis pushed a commit to akruis/cpython that referenced this issue Aug 16, 2018
…ated crash

Add the test case for a bug found in Stackless 2.7.x only.
akruis pushed a commit to akruis/cpython that referenced this issue Sep 11, 2018
…ated crash

Add the test case for a bug found in Stackless 2.7.x only.

(cherry picked from commit 3980538)
@yan12125 yan12125 deleted the android-nl-langinfo-fix branch Mar 21, 2020
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.

None yet

2 participants