8000 bpo-29436: fix compilation failure on Android since NDK r14 beta 2 by yan12125 · Pull Request #159 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

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

Closed
yan12125 wants to merge 1 commit intopython:masterfrom
yan12125:android-nl-langinfo-fix
Closed

bpo-29436: fix compilation failure on Android since NDK r14 beta 2#159
yan12125 wants to merge 1 commit intopython:masterfrom
yan12125:android-nl-langinfo-fix

Conversation

@yan12125
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
Contributor Author

Close first. Will reopen if r14 is actually released.

@yan12125 yan12125 closed this Feb 18, 2017
akruis added a commit to akruis/cpython that referenced this pull request 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 added a commit to akruis/cpython that referenced this pull request Aug 16, 2018
…ated crash

Add the test case for a bug found in Stackless 2.7.x only.
akruis added a commit to akruis/cpython that referenced this pull request 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 March 21, 2020 03:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

4A4E None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

0