mirror of
https://github.com/python/cpython.git
synced 2025-11-04 11:49:12 +00:00
for exception before using it. Fixed a few other places where the outcome of calling sq_length wasn't tested for exceptions (bltinmodule.c, ceval.c). |
||
|---|---|---|
| .. | ||
| bltinmodule.c | ||
| ceval.c | ||
| cgensupport.c | ||
| compile.c | ||
| errors.c | ||
| fmod.c | ||
| getcwd.c | ||
| graminit.c | ||
| import.c | ||
| marshal.c | ||
| modsupport.c | ||
| pythonmain.c | ||
| pythonrun.c | ||
| strerror.c | ||
| strtod.c | ||
| structmember.c | ||
| sysmodule.c | ||
| thread.c | ||
| traceback.c | ||