cpython
Here are 128 public repositories matching this topic...
-
Updated
May 15, 2021 - Python
Environment
- Pythonnet version: 2.3.0
- Python version: 2.7
- Operating System: Windows 10
Details
I have a C# class library which I use in Python. I have a Point class (a code snippet):
public Point(double x, double y)
{
this.x = x;
this.y = y;
}
public override string ToString()
{
return $"Point({x}, {y})";
}
I'd like to request that an additional parameter be added to the GamePadShift API/Module that allows you to define the number of bits to be shifted in. For example, GamePadShift could be used with a Super Nintendo controller if it could be set to s
-
Updated
Sep 7, 2020 - Python
The maturin side of PyO3/setuptools-rust#112
Currently maturin has no , or do we want to directly add vendoring support to existing sdist command, it builds sdist along with binary wheels. Do we want a seperated sdist command and add vendoring support to thatbuild command?
-
Updated
Jun 28, 2021 - Python
-
Updated
Jul 12, 2021 - C
-
Updated
May 26, 2021 - CMake
This could be done adding a new line in scikit-ci-yml.
The line could be
- twine check dist/*
-
Updated
Apr 20, 2021 - Python
It doesn't make sense to have the copy-pasted verbose logging configuration in main.py, main_pingpong.py and main_pingpong_servicer.py, which has the effect equal to
logging.basicConfig(format="[%(asctime)s - %(name)s - %(levelname)s]: %(message)s", level=logging.WARNING)TLS
-
Updated
Feb 8, 2021 - C++
-
Updated
Mar 4, 2021 - Python
-
Updated
Oct 29, 2017 - Rust
-
Updated
Jul 9, 2021 - Python
Create Logo
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
Jul 7, 2021 - Python
-
Updated
Jul 22, 2017 - C++
Improve this page
Add a description, image, and links to the cpython topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cpython topic, visit your repo's landing page and select "manage topics."


After add patch which fixes #4209 I found that sphinx emits some warnings.