]> granicus.if.org Git - python/commit
Changes to support other object types besides strings
authorGuido van Rossum <guido@python.org>
Wed, 7 Oct 1998 19:42:25 +0000 (19:42 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 7 Oct 1998 19:42:25 +0000 (19:42 +0000)
commitd076c73cc81a974794c9aa7e812931b74d6e03c2
tree55b5c7b6c145d5491c2dd63780c9654c51aa2306
parent437ff8600a2959e87194f1491ba99116d73ea543
Changes to support other object types besides strings
as the code string of code objects, as long as they support
the (readonly) buffer interface.  By Greg Stein.
Include/compile.h
Modules/newmodule.c
Python/ceval.c
Python/compile.c
Python/marshal.c