This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mattip
Recipients mattip
Date 2020-05-23.20:47:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1590266866.08.0.16909581495.issue40747@roundup.psfhosted.org>
In-reply-to
Content
Over in packaging, that code expects `sysconfig.get_config_var("py_version_nodot")` to be consistent with `tags._version_nodot`, which expects 3_10 for python 3.10. See https://github.com/pypa/packaging/issues/308. The current value of `sysconfig.get_config_var("py_version_nodot")` (which comes from https://github.com/python/cpython/blob/master/Lib/sysconfig.py#L89) is `310` which is ambiguous.
History
Date User Action Args
2020-05-23 20:47:46mattipsetrecipients: + mattip
2020-05-23 20:47:46mattipsetmessageid: <1590266866.08.0.16909581495.issue40747@roundup.psfhosted.org>
2020-05-23 20:47:46mattiplinkissue40747 messages
2020-05-23 20:47:45mattipcreate