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

Port to Python 3.9 #161

Merged
merged 1 commit into from Apr 22, 2020
Merged

Port to Python 3.9 #161

merged 1 commit into from Apr 22, 2020

Commits on Mar 18, 2020

  1. Port to Python 3.9

    On Python 3.9, define _Py_DEC_REFTOTAL which has been removed by:
    python/cpython@49932fe
    
    Replace also PyEval_CallObjectWithKeywords() with PyObject_Call(),
    since PyEval_CallObjectWithKeywords() has been deprecated in
    Python 3.9 and PyObject_Call() has the same behavior. The only
    difference is that PyEval_CallObjectWithKeywords() can be called with
    args=NULL, but g_initialstub() ensures that args is not NULL.
    vstinner committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    d05b62b View commit details
    Browse the repository at this point in the history