diff options
| author | Guido van Rossum <guido@python.org> | 1997-01-17 22:03:32 +0000 |
|---|---|---|
| committer | Guido van Rossum <guido@python.org> | 1997-01-17 22:03:32 +0000 |
| commit | e3258019c8f0922934ea99a259ec1c742e5442ac (patch) | |
| tree | 150e26681047495712127b99b78ff46d40b3f563 | |
| parent | 3d77d2b10b04d3fc519061edf23f12bcd0eda1c2 (diff) | |
| download | cpython-git-e3258019c8f0922934ea99a259ec1c742e5442ac.tar.gz | |
Remove obsolete PyFrame_ExtendStack.
| -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 d6cc2c7595..0adb4ca436 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 |
