diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-03-29 21:18:53 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-03-29 21:18:53 +0800 |
commit | 940b8e8d32b0b3ac7424e2aaef809e36594a1bb1 (patch) | |
tree | 05fabe154de75af440dea919af8ba194970d6f50 /lang/Makefile | |
parent | 81f22e929cdffb9a6ea72829375b9369d9d129c9 (diff) | |
download | freebsd-ports-gnome-940b8e8d32b0b3ac7424e2aaef809e36594a1bb1.tar.gz freebsd-ports-gnome-940b8e8d32b0b3ac7424e2aaef809e36594a1bb1.tar.zst freebsd-ports-gnome-940b8e8d32b0b3ac7424e2aaef809e36594a1bb1.zip |
Add stackless_python 2.0, a Python implementation that does not use
the C stack.
PR: 29196
Submitted by: Hye-Shik Chang <perky@python.or.kr>
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index a57a77154e53..e65223c45cdf 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -135,6 +135,7 @@ SUBDIR += snobol SUBDIR += squeak2 SUBDIR += sr + SUBDIR += stackless_python SUBDIR += starlogo SUBDIR += swi-pl SUBDIR += sxm |