Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
Open
Description
Bug report
Bug description:
In the new REPL, failing allocations seem to cause the prompt to get stuck:
>>>import_testcapi>>>_testcapi.set_nomemory(0)# Now wait forever
I don't expect it to be able to work under no memory, but I do expect it to at least crash gracefully. The basic REPL spits this out before exiting:
object address : 0x7f02f532d180object refcount : 3object type : 0x7f02f5ec7780object type name: MemoryErrorobject repr : lost sys.stderr
Ideally, the new REPL should do something similar. This isn't at all a priority, but something fun for anyone bored and willing to take a stab at it.
CPython versions tested on:
3.13
Operating systems tested on:
Linux