Staging
v0.5.1
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
Raw File
copyright.rst
*********
Copyright
*********

Python and this documentation is:

Copyright © 2001-2018 Python Software Foundation. All rights reserved.

Copyright © 2000 BeOpen.com. All rights reserved.

Copyright © 1995-2000 Corporation for National Research Initiatives. All rights
reserved.

Copyright © 1991-1995 Stichting Mathematisch Centrum. All rights reserved.

-------

See :ref:`history-and-license` for complete license and permissions information.

back to top