-
-
Notifications
You must be signed in to change notification settings - Fork 528
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
Fix deprecation warnings when unpickling pynac objects with Python 3.8 #30225
Comments
This comment has been minimized.
This comment has been minimized.
Upstream: Reported upstream. No feedback yet. |
Author: Antonio Rojas |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Commit: |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:6
Is this safe to apply also for earlier Python versions? |
comment:7
At least for 3.7 it seems so |
comment:8
Works for me with OS X and the system Python, version 3.7.3. |
Reviewer: Matthias Koeppe |
Changed branch from u/arojas/fix_deprecation_warnings_when_unpickling_pynac_objects_with_python_3_8 to |
With Python 3.8, unpickling pynac objects gives a deprecation warning
These are fixed in this ticket by defining PY_SSIZE_T_CLEAN where appropriate
Upstream pull request: pynac/pynac#354
Upstream: Reported upstream. No feedback yet.
CC: @jhpalmieri @mkoeppe
Component: packages: standard
Author: Antonio Rojas
Branch/Commit:
ecc6f45
Reviewer: Matthias Koeppe
Issue created by migration from https://trac.sagemath.org/ticket/30225
The text was updated successfully, but these errors were encountered: