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 BTaskaya
Recipients BTaskaya
Date 2020-12-26.07:25:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1608967553.31.0.855033389199.issue42748@roundup.psfhosted.org>
In-reply-to
Content
Running test_asdl_parser raises a deprecation warning:
0:00:26 load avg: 1.05 [ 23/426] test_asdl_parser
<frozen importlib._bootstrap>:283: DeprecationWarning: the load_module() method is deprecated and slated for removal in Python 3.12; use exec_module() instead

probably related with this line:
https://github.com/python/cpython/blob/ea251806b8dffff11b30d2182af1e589caf88acf/Lib/test/test_asdl_parser.py#L29
History
Date User Action Args
2020-12-26 07:25:53BTaskayasetrecipients: + BTaskaya
2020-12-26 07:25:53BTaskayasetmessageid: <1608967553.31.0.855033389199.issue42748@roundup.psfhosted.org>
2020-12-26 07:25:53BTaskayalinkissue42748 messages
2020-12-26 07:25:53BTaskayacreate