Staging
v0.5.1
https://github.com/python/cpython
Revision fb369242bdae37e39d9643c312ee5219f2371006 authored by Andrew M. Kuchling on 05 October 2006, 17:19:30 UTC, committed by Andrew M. Kuchling on 05 October 2006, 17:19:30 UTC
cpathname could be NULL if it was longer than MAXPATHLEN.  Don't try
to write the .pyc to NULL.

Check results of PyList_GetItem() and PyModule_GetDict() are not NULL.

Klocwork 282, 283, 285
1 parent 1af9f68
History
Tip revision: fb369242bdae37e39d9643c312ee5219f2371006 authored by Andrew M. Kuchling on 05 October 2006, 17:19:30 UTC
[Backport r51247 | neal.norwitz]
Tip revision: fb36924

README

back to top