]> granicus.if.org Git - python/commit
Comment out the print statement about underflow. (This only seems to
authorGuido van Rossum <guido@python.org>
Tue, 25 Aug 1998 18:22:17 +0000 (18:22 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 25 Aug 1998 18:22:17 +0000 (18:22 +0000)
commit90f827c67e27b98804d74e8e579a9bd98bc01702
tree7aba5e16b608eb4d828fb8dbbe12c537070b0e0e
parent2d1ad39b8137e31c1ba80f85e264a0c450c7ef26
Comment out the print statement about underflow.  (This only seems to
happen when you use a non-keyword argument after a keyword argument,
and in this case you also get a syntax error.  I fully suspect that
the underflow is caused by the code that stops generating code when it
detects the syntax error, but I can't find the culprit right now.  I
know, I know.)
Python/compile.c