]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Several changes... Guido *please* take a look!
authorBarry Warsaw <barry@python.org>
Thu, 12 Dec 1996 00:04:35 +0000 (00:04 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 12 Dec 1996 00:04:35 +0000 (00:04 +0000)
commite4ac0aa6183f06b9908f013ee22da56dfb16f373
tree81196e0ff35002b6b8003ee5eca3884e79bb4f77
parent792c94a3209f57f7df5db731e9f8f38c74fb5a57
Several changes... Guido *please* take a look!

1. Renamed

2. Several coding styles were being used here, owing to the multiple
   contributors.  I tried to convert everything to standard "python"
   coding style for indentation, paren and brace placement, etc.

3. There were several potential error conditions that were never being
   checked, and where I saw them, I added checks of return values,
   etc.  I'm pretty sure I got them all.

4. There were some old-style (pre PyArg_ParseTuple) argument
   extraction and these were converted to use PyArg_ParseTuple.

All changes compile and run with the new test_select.py module, at
least on my Solaris/Sparc box.
Modules/selectmodule.c