]> granicus.if.org Git - python/commit
Issue #5109: array.array constructor will now use fast code when
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>
Tue, 11 Jan 2011 21:44:00 +0000 (21:44 +0000)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>
Tue, 11 Jan 2011 21:44:00 +0000 (21:44 +0000)
commitef4a03fffec57617e4c3396046960f49c463f5df
tree8e989318d3d91cd44cbeb7b2f9d0ebba921706e9
parentcf8a382c942ab84f93a95d85758ca2e438346399
Issue #5109: array.array constructor will now use fast code when
initial data is provided in an array object with correct type.
Lib/test/test_array.py
Misc/NEWS
Modules/arraymodule.c