-
```
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…
-
In Python 3.5 with attrdict 2.0.0
```python
first_dict = AttrDict()
first_dict.second_list = list()
for i in range(10):
first_dict.second_list.append(i)
print("Debug dict. Attr dict01: '{}…
-
Hi @Nykakin - I'm searching the web to try to figure out what options might be available to parse [ECMAScript `Tuple` and `Record`](https://github.com/tc39/proposal-record-tuple) syntax -- if/when tha…
-
# Learn The Basics
- [x] Basic Syntax
- [x] Variables
- [x] Conditionals
- [x] Typecasting
- [x] Functions
- [x] Lists, Tuples, Sets, and Dictionaries
# Data Structures and Algorithms
- [x] …
-
Mit der gegeben Liste von tuples bekomme ich einen Fehler.
Die Liste wird beim testen vereinfacht, wodurch die Liste aus Tuples und Integern besteht. -> Screenshots
![grafik](https://github.com/user…
-
### 🐛 Bug Report
When using a magicgui widget to return a layerdatatuple that
1. is a points layer
2. has `ndim` set (e.g. to make an empty points layer, you can provide `(None, {'ndim': 2}, 'poi…
-
The [document describing tuples](https://github.com/apple/foundationdb/blob/master/design/tuple.md#negative-arbitrary-precision-integer) is missing documentation for the wire format of +/- arbitrary p…
-
# Bug report
### Bug description:
Several methods from the C implementation of the itertools module are not yet safe to use under the free-threading build. In this issue we list several issues to b…
-
```
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.…