Files
cpython/Modules
Barry Warsaw 93d29b6895 Eliminated gcc -Wall complaints:
- Quieted gcc -Wall by removing unused local variables.

    - Added some choice parentheses around assignments in conditional
      tests.

    - Removed an unused (and seemingly unreachable) err label in
      load_short_binstring().

    - in Unpickler_load(), removed \. in string format.

    - init_stuff() was declared to return an int, but had these
      problems:

	- it was returning NULL instead of 0 or 1 in some cases
	- it was falling of the end of the routine without returning
	  anything
	- the call of init_stuff() in initcPickle() was never checking
	  the return value anyway.

      I changed all this by returning 1 in the case of errors, 0 when
      no error occurred.  Then in initcPickle(), if init_stuff()
      returns non-zero, I call Py_FatalError().

Suppressing my urge to reformat according to Python coding standards!
:-)
1997-01-14 17:45:08 +00:00
..
1996-12-05 23:43:35 +00:00
1997-01-03 22:40:34 +00:00
1997-01-03 23:00:51 +00:00
1996-12-05 23:43:35 +00:00
1997-01-14 17:45:08 +00:00
1996-12-09 23:14:26 +00:00
1996-12-09 18:52:11 +00:00
1996-08-08 19:06:31 +00:00
1996-12-13 20:33:44 +00:00
1997-01-03 22:17:11 +00:00
1996-12-05 23:43:35 +00:00
1996-12-17 19:55:33 +00:00
1996-12-24 19:39:23 +00:00
1996-12-20 20:50:39 +00:00
1996-12-20 21:56:08 +00:00
1996-08-19 22:12:39 +00:00
1996-12-09 22:32:36 +00:00
1996-12-10 16:25:56 +00:00
1996-12-05 23:43:35 +00:00
1996-12-05 23:43:35 +00:00
1997-01-11 19:29:30 +00:00
1996-12-10 00:32:31 +00:00
1997-01-13 22:57:42 +00:00
1997-01-14 17:36:36 +00:00
1996-10-25 14:44:06 +00:00