You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per bpo-36465, Python 3.8 will support libraries compiled against a release build running in a debug build of the interpreter.
Pip could make this easier to take advantage of by allowing e.g. cp38dm and cp38m wheels in a debug Python 3.8. If we are planning to switch to packaging.tags then that may be the place to make the actual changes and this issue could be closed or track the integration.
Per bpo-36465, Python 3.8 will support libraries compiled against a release build running in a debug build of the interpreter.
Pip could make this easier to take advantage of by allowing e.g. cp38dm and cp38m wheels in a debug Python 3.8. If we are planning to switch to
packaging.tags
then that may be the place to make the actual changes and this issue could be closed or track the integration.Additional context
The text was updated successfully, but these errors were encountered: