mirror of
https://github.com/boostorg/python.git
synced 2026-01-24 18:12:43 +00:00
Add PSF copyright and change summary
[SVN r16327]
This commit is contained in:
@@ -1,4 +1,14 @@
|
||||
// Copy of Python 2.2/2.2.1 Python.h .
|
||||
// This file is a modified version of Python 2.2/2.2.1 Python.h. As
|
||||
// such it is:
|
||||
//
|
||||
// Copyright (c) 2001, 2002 Python Software Foundation; All Rights
|
||||
// Reserved
|
||||
//
|
||||
// Changes from the original:
|
||||
// 1. #includes <unistd.h> for Python 2.2.1
|
||||
// 2. Provides missing extern "C" wrapper for "iterobject.h" and "descrobject.h".
|
||||
//
|
||||
|
||||
// Changes marked with "Boost.Python modification"
|
||||
#ifndef Py_PYTHON_H
|
||||
#define Py_PYTHON_H
|
||||
|
||||
Reference in New Issue
Block a user