Staging
v0.5.1
https://github.com/python/cpython
Revision f5b04a360e44aa9733f7a92dd66d2292d6c52955 authored by Gregory P. Smith on 29 January 2018, 01:48:31 UTC, committed by GitHub on 29 January 2018, 01:48:31 UTC
Document the error return of PyLong_As* APIs.

A frequent Python C API usage error is neglecting to check the return
value and/or PyErr_Occurred().
1 parent c7ab581
History
Tip revision: f5b04a360e44aa9733f7a92dd66d2292d6c52955 authored by Gregory P. Smith on 29 January 2018, 01:48:31 UTC
Document the error return of PyLong_As* APIs. (#5396)
Tip revision: f5b04a3
File Mode Size
Grammar -rw-r--r-- 6.3 KB

back to top