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 skrah
Recipients remi.lapeyre, ronaldoussoren, skrah, vstinner
Date 2020-06-10.14:00:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1591797625.3.0.203292076666.issue40928@roundup.psfhosted.org>
In-reply-to
Content
No, it does not cause real issues. Adding this feature would just suppress chatty diagnostics like this one, which are a bit unfriendly: 

>>> [0] * 10000000000000000
python3(36633,0x110c08dc0) malloc: can't allocate region
:*** mach_vm_map(size=80000000000004096, flags: 100) failed (error code=3)
python3(36633,0x110c08dc0) malloc: *** set a breakpoint in malloc_error_break to debug
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
MemoryError


So yes, users do occasionally see it outside the test suite.
History
Date User Action Args
2020-06-10 14:00:25skrahsetrecipients: + skrah, ronaldoussoren, vstinner, remi.lapeyre
2020-06-10 14:00:25skrahsetmessageid: <1591797625.3.0.203292076666.issue40928@roundup.psfhosted.org>
2020-06-10 14:00:25skrahlinkissue40928 messages
2020-06-10 14:00:25skrahcreate