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 2020-06-17.13:08:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1592399321.99.0.577092065174.issue41003@roundup.psfhosted.org>
In-reply-to
Content
The issue can be replaced by a fake numpy module:

$ cat Lib/numpy.py 
import warnings
warnings.simplefilter('ignore', UserWarning)
History
Date User Action Args
2020-06-17 13:08:42vstinnersetrecipients: + vstinner
2020-06-17 13:08:41vstinnersetmessageid: <1592399321.99.0.577092065174.issue41003@roundup.psfhosted.org>
2020-06-17 13:08:41vstinnerlinkissue41003 messages
2020-06-17 13:08:41vstinnercreate