https://github.com/python/cpython
Revision 0af9b87953a450145a1557fc93fa4a82463263b1 authored by Tim Peters on 09 October 2006, 23:37:58 UTC, committed by Tim Peters on 09 October 2006, 23:37:58 UTC
about truly wrong code.

Checkin comment from 51262:

Can't return NULL from a void function.  If there is a memory error,
about the best we can do is call PyErr_WriteUnraisable and go on.
We won't be able to do the call below either, so verify delstr is valid.
1 parent 99887e1
History
Tip revision: 0af9b87953a450145a1557fc93fa4a82463263b1 authored by Tim Peters on 09 October 2006, 23:37:58 UTC
Backport rev 51262 from trunk -- squashes a compiler warning on Windows
Tip revision: 0af9b87
File Mode Size
Grammar -rw-r--r-- 5.0 KB

back to top