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

Replace obsolete, unsafe Py_TRASHCAN_SAFE_BEGIN/END #1150

Merged
merged 2 commits into from
Jul 17, 2024

Commits on Jul 12, 2024

  1. Replace obsolete, unsafe Py_TRASHCAN_SAFE_BEGIN/END

    Use Py_TRASHCAN_BEGIN/END instead.
    
    https://bugs.python.org/issue44874
    
    These are removed from the limited C API in Python 3.9, deprecated in
    3.11, and removed in Python 3.13:
    
    https://docs.python.org/3.13/whatsnew/3.13.html#id8
    musicinmybrain committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    2f7cbbb View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Configuration menu
    Copy the full SHA
    0d34cba View commit details
    Browse the repository at this point in the history