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-40947: getpath.c uses PyConfig.platlibdir #20807

Merged
merged 1 commit into from Jun 11, 2020
Merged

bpo-40947: getpath.c uses PyConfig.platlibdir #20807

merged 1 commit into from Jun 11, 2020

Commits on Jun 11, 2020

  1. bpo-40947: getpath.c uses PyConfig.platlibdir

    Followup of bpo-40854, there is one remaining usage of PLATLIBDIR
    which should be replaced by config->platlibdir.
    
    test_sys checks that sys.platlibdir attribute exists and is a string.
    
    Update Makefile: getpath.c and sysmodule.c no longer need PLATLIBDIR
    macro, PyConfig.platlibdir member is used instead.
    
    Co-Authored-by: Sandro Mani <manisandro@gmail.com>
    vstinner and manisandro committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    f234a86 View commit details
    Browse the repository at this point in the history