Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #2443: Added a new macro, Py_VA_COPY, which is equivalent to C99 | Alexander Belopolsky | 2010-08-11 | 1 | -18/+18 |
| | | | | | va_copy, but available on all python platforms. Untabified a few unrelated files. | ||||
* | Use size_t instead of int for a PyMem_MALLOC argument; silences a gcc ↵ | Mark Dickinson | 2009-10-03 | 1 | -1/+1 |
| | | | | 'comparison always false' warning. | ||||
* | fix useless comparison #6355 | Benjamin Peterson | 2009-06-28 | 1 | -1/+1 |
| | |||||
* | add a replacement API for PyCObject, PyCapsule #5630 | Benjamin Peterson | 2009-05-05 | 1 | -0/+324 |
All stdlib modules with C-APIs now use this. Patch by Larry Hastings |