]> granicus.if.org Git - python/commit
Got rid of c_error in favor of errno (and EDOM/ERANGE).
authorGuido van Rossum <guido@python.org>
Tue, 20 May 1997 18:21:34 +0000 (18:21 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 20 May 1997 18:21:34 +0000 (18:21 +0000)
commit967839473aadea9b3e3d9e50abdc862e3090fb99
treee0fe95a69d5ed58a973a96e9e366e0935f926690
parent72be30690f4b590527feb7fe3b93f1b8c8b54085
Got rid of c_error in favor of errno (and EDOM/ERANGE).
Assume that errno usage is thread-safe -- most vendors do this by
making in a macro that refers to a per-thread storage area.
Objects/complexobject.c