]> granicus.if.org Git - python/commit
Introduce OverflowWarning -- to be issued when short int operations
authorGuido van Rossum <guido@python.org>
Thu, 23 Aug 2001 02:56:07 +0000 (02:56 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 23 Aug 2001 02:56:07 +0000 (02:56 +0000)
commitae347b33befbbf9068473f373def1620f2bab805
treef82182465c6a204ea254d08c0a5efd506a124449
parent7c198d3cde570e0429ae05bf101d61512e7346f2
Introduce OverflowWarning -- to be issued when short int operations
are overflowing and a long int operation is substituted.
Include/pyerrors.h
Python/exceptions.c