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 vstinner
Recipients vstinner
Date 2021-04-14.11:07:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618398431.82.0.130035543285.issue43840@roundup.psfhosted.org>
In-reply-to
Content
Another warning:

$ ./python -m test -v test_check_c_globals
(...)
DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives
  import distutils.ccompiler
(...)
Tests result: SUCCESS
History
Date User Action Args
2021-04-14 11:07:11vstinnersetrecipients: + vstinner
2021-04-14 11:07:11vstinnersetmessageid: <1618398431.82.0.130035543285.issue43840@roundup.psfhosted.org>
2021-04-14 11:07:11vstinnerlinkissue43840 messages
2021-04-14 11:07:11vstinnercreate