-
Alternative to #526
## The problem
Funsors currently store data in immutable structures that are typically either nested tuples or frozensets, e.g. `Subs` converts its dict argument to a nested …
-
```
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…
-
Python's builtins such as `str`, `set`, `frozenset` used to be documented as functions instead of as classes. We had a workaround for that which is no longer working for `object`, `str`, and many of…
-
# 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] …
-
```
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.…
-
Hi,
The following code fails with `TypeError: __eq__() missing 1 required positional argument: 'rhs'`
```python
import lupa
lua = lupa.LuaRuntime(unpack_returned_tuples=True)
class foo:
…
-
```
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.…
-
All issues are related to the basic programming and their notes(Documentation) so we encourage you to open the maximum problems and PRs.
[Read this before raising PR ](https://github.com/shreeshai…
-
From issue#21, I heard that parsed_malenames and parsed_femalenames ( return value of parse function ) should have a list of tuples, and each tuples shape like (rank, name).
It means parse function …
-
```
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…