]> granicus.if.org Git - python/commit
Reworked to check for memory problems (one potential found),
authorBarry Warsaw <barry@python.org>
Mon, 23 Dec 1996 23:36:24 +0000 (23:36 +0000)
committerBarry Warsaw <barry@python.org>
Mon, 23 Dec 1996 23:36:24 +0000 (23:36 +0000)
commitaeb207c6b69a0efaab686d5257be6fe1dfe2a179
tree0e725530cbb2ba185ae2a3fda0f9962fa2489d6f
parentf308c0f1fc079189b5d3b27ef86e0e27a5c9ac42
Reworked to check for memory problems (one potential found),
non-checked error return values, and where appropriate,
PyArg_ParseTuple() style argument parsing.

I also changed some function names and converted all malloc/free calls
to PyMem_NEW/PyMem_DEL.

Some stylistic changes and formatting standardization.
Modules/rotormodule.c