-
Updated
Apr 11, 2022 - Python
pypy3
Here are 69 public repositories matching this topic...
-
Updated
Apr 11, 2022 - Python
-
Updated
Mar 31, 2022 - Python
Add type hints
-
Updated
Apr 11, 2022 - Python
-
Updated
Mar 27, 2022 - 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
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
Apr 11, 2022 - Python
-
Updated
Jan 20, 2020 - Python
Fix #FIX-NEEDED
👟 Reproduction steps
Implemented in: mulit_mutattion in ga_utils.py
Can be tested by replacing mutation with multi_mutation in ga.py.
👍 Expected behavior
Mulit_mutattion in ga_utils.py should change N bits as selected.
[1,2,3,4] for 2 bits could be: [1,3,3,5]
👎 Actual Behavior
Mulit_mutattion in ga_utils.py doesn't work as expected.
Gives an Index Error when used , since the
-
Updated
Nov 28, 2017 - Python
-
Updated
Mar 29, 2022 - Python
-
Updated
Feb 16, 2022 - Python
Just like ::when allows for a string which is then implicitly taken as a ::get (#5, #8), ::merge should allow for a string which is then taken as a ::get.
Currently:
::merge:
- ::get variable_reference
Could be:
::merge: variable_reference
-
Updated
Dec 19, 2017 - Python
-
Updated
Jun 13, 2021 - Python
Since our audience is the Arabic-speaking/-writing population this would be quite nice.
-
Updated
Mar 27, 2022 - TypeScript
-
Updated
Feb 28, 2022 - Python
-
Updated
May 18, 2021 - Python
-
Updated
Jan 1, 2022 - Python
-
Updated
Sep 22, 2021 - Python
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."


It would be great to see the python 3.5+ type hints in the repository, especially for the
Serverapi.Adding type stubs to typeshed (https://github.com/python/typeshed/tr