aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2016-08-10 12:24:32 +0200
committerArmin Rigo <arigo@tunes.org>2016-08-10 12:24:32 +0200
commit9d53abc1dcad3f45aef8220288196881ddf3d86d (patch)
tree28500b42313164d0f53192e9c7e228239bd3cef1 /include
parenttest, fix PySequence_Fast getslice; remove outdated document (diff)
downloadpypy-9d53abc1dcad3f45aef8220288196881ddf3d86d.tar.gz
pypy-9d53abc1dcad3f45aef8220288196881ddf3d86d.tar.bz2
pypy-9d53abc1dcad3f45aef8220288196881ddf3d86d.zip
Write a deprecation notice in this file
Diffstat (limited to 'include')
-rw-r--r--include/PyPy.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/PyPy.h b/include/PyPy.h
index c5f667b09e..0299c8224b 100644
--- a/include/PyPy.h
+++ b/include/PyPy.h
@@ -2,7 +2,11 @@
#define _PYPY_H_
/* This header is meant to be included in programs that use PyPy as an
- embedded library. */
+ embedded library.
+
+ NOTE: this is deprecated. Instead, use cffi's embedding support:
+ http://cffi.readthedocs.org/en/latest/embedding.html
+*/
#ifdef __cplusplus
extern "C" {