The Wayback Machine - https://web.archive.org/web/20220411225522/https://github.com/RustPython/RustPython/issues/3493
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MemoryError/fallible allocations #3493

Open
youknowone opened this issue Dec 3, 2021 · 2 comments
Open

MemoryError/fallible allocations #3493

youknowone opened this issue Dec 3, 2021 · 2 comments

Comments

@youknowone
Copy link
Member

@youknowone youknowone commented Dec 3, 2021

Feature

Rust 1.57 added Fallible allocation.(try_reserve)
It will be easy to implement MemoryError than before

@coolreader18
Copy link
Member

@coolreader18 coolreader18 commented Dec 3, 2021

Well I'm working on this now I suppose 😁 I was gonna just test some stuff out for a bit but now I've been doing it for an hour and I'm on the way to an implementation lol

@coolreader18 coolreader18 changed the title MemoryError MemoryError/fallible allocations Dec 4, 2021
@coolreader18
Copy link
Member

@coolreader18 coolreader18 commented Dec 4, 2021

This could probably serve as a tracking issue of things to switch over to fallible allocations, with checkboxes and stuff (eventually), since this should be a fairly easy thing for people to work on as a first contribution (hopefully).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants