diff options
author | Guido van Rossum <guido@python.org> | 1997-01-17 22:03:32 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-01-17 22:03:32 (GMT) |
commit | e3258019c8f0922934ea99a259ec1c742e5442ac (patch) | |
tree | 150e26681047495712127b99b78ff46d40b3f563 /PC | |
parent | 3d77d2b10b04d3fc519061edf23f12bcd0eda1c2 (diff) | |
download | cpython-e3258019c8f0922934ea99a259ec1c742e5442ac.zip cpython-e3258019c8f0922934ea99a259ec1c742e5442ac.tar.gz cpython-e3258019c8f0922934ea99a259ec1c742e5442ac.tar.bz2 |
Remove obsolete PyFrame_ExtendStack.
Diffstat (limited to 'PC')
-rw-r--r-- | PC/python_nt.def | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/PC/python_nt.def b/PC/python_nt.def index d6cc2c7..0adb4ca 100644 --- a/PC/python_nt.def +++ b/PC/python_nt.def @@ -150,7 +150,6 @@ EXPORTS PyMethod_New PyInstance_New PyInstance_DoBinOp - PyFrame_ExtendStack PyFrame_New PyFrame_BlockPop PyFrame_BlockSetup |