This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Python.h must be included first
Type: Stage:
Components: Documentation Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: fdrake Nosy List: fdrake
Priority: high Keywords:

Created on 2003-11-06 14:59 by fdrake, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg18912 - (view) Author: Fred Drake (fdrake) (Python committer) Date: 2003-11-06 14:59
Both the API reference and the Extending and Embedding
doc need to scream louder about the requirement to
#include Python.h first.

Should be fixed for all maintained versions.
msg18913 - (view) Author: Fred Drake (fdrake) (Python committer) Date: 2004-03-31 08:00
Logged In: YES 
user_id=3066

Fixed for Python 2.3.4 and 2.4:

Doc/api/intro.tex 1.3.24.3, 1.6
Doc/ext/extending.tex 1.24.10.3, 1.27
History
Date User Action Args
2022-04-11 14:56:01adminsetgithub: 39513
2003-11-06 14:59:15fdrakecreate