Christian Heimes
|
c70e5f9975
|
w# requires Py_ssize_t
|
2008-11-30 21:16:28 +00:00 |
Gregory P. Smith
|
b07bd10c91
|
Document PY_SSIZE_T_CLEAN for PyArg_ParseTuple.
|
2008-11-24 00:41:43 +00:00 |
Benjamin Peterson
|
4eb993939d
|
fix markup
|
2008-08-16 03:02:41 +00:00 |
Martin v. Löwis
|
f91d46a17d
|
Issue #3139: Make buffer-interface thread-safe wrt. PyArg_ParseTuple,
by denying s# to parse objects that have a releasebuffer procedure,
and introducing s*.
More module might need to get converted to use s*.
|
2008-08-12 14:49:50 +00:00 |
Georg Brandl
|
fd6cabfe21
|
#2230: document that PyArg_* leaves addresses alone on error.
|
2008-03-04 07:33:30 +00:00 |
Georg Brandl
|
79e3d55be4
|
Missed one big file to split up.
|
2008-01-19 22:14:27 +00:00 |