]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
backport tim_one's checkin of
authorMichael W. Hudson <mwh@python.net>
Tue, 5 Mar 2002 15:38:43 +0000 (15:38 +0000)
committerMichael W. Hudson <mwh@python.net>
Tue, 5 Mar 2002 15:38:43 +0000 (15:38 +0000)
commitd7894ba15806f5053b6a9aba1a5a50630ee52215
tree97abf83fcd0e32effbb8796549fd76fc36b8fde9
parent72500922d2d79d932d3dd6af4effe68904332e54
backport tim_one's checkin of
    revision 1.116 of test_descr.py

_PyLong_Copy():  was creating a copy of the absolute value, but should
copy the sign too.  Added a test to test_descr to ensure that it does.

Bugfix candidate.
Lib/test/test_descr.py