You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 23, 2023. It is now read-only.
Dylan Trotter edited this page Jun 29, 2017
·
2 revisions
Rather than rewrite each Python standard library specifically for Grumpy, we can borrow source code from other open source Python projects like CPython and PyPy. This document gives guidance about how to manage the integration of these kinds of libraries.
Prefer to copy libraries from CPython and PyPy to writing them from scratch