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

Branches/python3 fixes #15

Closed
wants to merge 2 commits into from
Closed

Branches/python3 fixes #15

wants to merge 2 commits into from

Conversation

edmonds
Copy link
Contributor

@edmonds edmonds commented Feb 20, 2015

No description provided.

Robert Edmonds added 2 commits February 20, 2015 16:16
Build the argument vector ourselves to avoid invoking a subshell.

Pass universal_newlines=True to the subprocess.check_output() call so
that the return type of the output is str rather than bytes. Since the
flag_map uses str keys, this was causing builds on Python 3 to fail to
add the right compile and link flags, which caused symbol resolution
failures at runtime due to the extension module not being linked against
libnmsg.
This should add Python 3 compatibility while still supporting Python 2.7.
@edmonds edmonds mentioned this pull request Mar 14, 2016
@hstern
Copy link
Contributor

hstern commented Aug 30, 2016

To be merged at a later date.

@hstern hstern closed this Aug 30, 2016
@mmcniece mmcniece mentioned this pull request Dec 5, 2018
@kelvinatorr kelvinatorr deleted the branches/python3-fixes branch October 26, 2023 17:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants