Paul Sokolovsky
|
f54bcbf099
|
py, unix: Make "mpconfig.h" be first included, as other headers depend on it.
Specifically, nlr.h does.
|
2014-05-02 17:48:40 +03:00 |
|
Damien George
|
17520224fa
|
py: Make all objects and instances derive from object.
This makes isinstance(X, object) and issubclass(X, object) true for all
X.
|
2014-04-05 22:45:23 +01:00 |
|
Damien George
|
ea13f407a3
|
py: Change nlr_jump to nlr_raise, to aid in debugging.
This does not affect code size or performance when debugging turned off.
To address issue #420.
|
2014-04-05 18:32:08 +01:00 |
|
Damien George
|
3ec0a1a32d
|
py: Add 'object' object.
|
2014-03-22 21:31:28 +00:00 |
|