-
Currently we have a few hooplas in C++/Python API consistency:
## Current clamps
i_clamp ./. iclamp: Either the C++ or the Python member needs to be renamed.
In Python `iclamp(1, 2, 3)` will …
-
**Feature**
Consider the following code:
```python
from typing import Optional, List
list_with_none: List[Optional[int]] = [None, 1, 2]
filtered = filter(lambda v: v is not None, list…
-
### First Check
- [X] I added a very descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the Typer documentation, with the…
-
[`pyarrow`](https://arrow.apache.org/docs/python/) is a high performance (zero copy) serialisation library designed for multi-language interop which has very fast conversion to/from pandas DataFrames.…
-
In engine/python/fife/extensions/pychan/internal.py:186, a dict with styles is iterated, in search of applicable styles.
The inheritance of style works properly as long as the tuple notation (e.g. ('L…
-
```
What steps will reproduce the problem?
Problem on Python 2.5
Has error on decompile at next files:
1. test_listComprehensions.pyc
(http://code.google.com/p/unpyc/source/browse/trunk/test/bytecode…
-
```
What steps will reproduce the problem?
Problem on Python 2.5
Has error on decompile at next files:
1. test_listComprehensions.pyc
(http://code.google.com/p/unpyc/source/browse/trunk/test/bytecode…
-
```
What steps will reproduce the problem?
Problem on Python 2.5
Has error on decompile at next files:
1. test_listComprehensions.pyc
(http://code.google.com/p/unpyc/source/browse/trunk/test/bytecode…
-
```
What steps will reproduce the problem?
Problem on Python 2.5
Has error on decompile at next files:
1. test_listComprehensions.pyc
(http://code.google.com/p/unpyc/source/browse/trunk/test/bytecode…
-
```
I propose start using C++0x standard. It has a lot of new mechanism which make
easier translate python to C++. For example: tuples, auto type, new for loop.
```
Original issue reported on code.…