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

build: compile module was removed in Python 3 #1820

Merged
merged 3 commits into from
Jul 18, 2019

Commits on Jul 15, 2019

  1. lib: raise the minimum Python version from 2.6 to 2.7

    As discussed in nodejs#1811
    
    PR-URL: nodejs#1818
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: João Reis <reis@janeasystems.com>
    cclauss authored and rvagg committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    9db85ed View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2019

  1. Revert "build,test: add duplicate symbol test"

    This reverts commit 2761afb.
    
    Building with `-fvisibility=hidden` breaks some of Node's add-on tests
    and therefore likely also affects third-party add-ons. This change was
    landed in a patch release so I'm opting to revert it until the next
    major release.
    
    PR-URL: nodejs#1828
    Refs: nodejs/node#28647 (comment)
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Rod Vagg <rod@vagg.org>
    bnoordhuis committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    c9a86fe View commit details
    Browse the repository at this point in the history
  2. build: compile module was removed in Python 3

    PR-URL: nodejs#1820
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: Rod Vagg <r@va.gg>
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    cclauss committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    ef81bdb View commit details
    Browse the repository at this point in the history