Raymond Hettinger
|
75ccea3777
|
SF patch #1020188: Use Py_CLEAR where necessary to avoid crashes
(Contributed by Dima Dorfman)
|
2004-09-01 07:02:44 +00:00 |
Martin v. Löwis
|
8d97e33bb7
|
Patch #966493: Cleanup generator/eval_frame exposure.
|
2004-06-27 15:43:12 +00:00 |
Raymond Hettinger
|
6c7a00fbaa
|
* Factor out PyObject_SelfIter().
* Change a XDECREF to DECREF (adding an assertion just to be sure).
|
2004-06-12 05:17:55 +00:00 |
Martin v. Löwis
|
e440e47e91
|
Patch #957398: Add public API for Generator Object/Type.
|
2004-06-01 15:22:42 +00:00 |