-
Updated
Dec 22, 2020 - Python
pypy3
Here are 46 public repositories matching this topic...
-
Updated
Dec 11, 2020 - Python
-
Updated
Dec 11, 2020 - Python
-
Updated
Jan 20, 2020 - Python
Help wanted!
The interaction between unpythonic and the async stuff that was added in Python 3.5 is totally untested, because I haven't used, and I'm not even that familiar with, that part of Python myself.
Reading Brett Cannon's explanation, I surmise the async features are intended mainly for "microthreading" ty
-
Updated
Nov 28, 2017 - Python
-
Updated
Dec 19, 2017 - Python
-
Updated
Dec 18, 2020 - Python
-
Updated
Sep 21, 2020 - Python
The documentation could use more code examples of how to use the various features of mcpyrate. Each item should include the actual code example, an explanation of what is it for and what it does, and if applicable, the output printed by the example.
Particularly, the mcpyrate.debug.step_expansion macro would be nice to showcase in a more detailed manner.
But basically anything in the pub
-
Updated
Dec 21, 2020 - Python
Add examples
-
Updated
Dec 2, 2020 - TypeScript
-
Updated
Mar 14, 2019 - Shell
-
Updated
Sep 1, 2019 - Python
-
Updated
Jul 27, 2018 - Python
-
Updated
Jul 26, 2019 - Python
-
Updated
Dec 23, 2020 - Python
Since our audience is the Arabic-speaking/-writing population this would be quite nice.
Improve this page
Add a description, image, and links to the pypy3 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pypy3 topic, visit your repo's landing page and select "manage topics."
AssertionErroris raised and used in try/except in runtime. This is wrong and error-prone. A proper exception type must be used instead.