This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients alexandre.vassalotti, pitrou, python-dev, rhettinger, serhiy.storchaka, vstinner
Date
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486029620.51.0.122438360896.issue29368@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset f89fdc29937139b55dd68587759cadb8468d0190 by Serhiy Storchaka in branch 'master':
Issue #29368: The extend() method is now called instead of the append()
https://github.com/python/cpython/commit/f89fdc29937139b55dd68587759cadb8468d0190

New changeset 4d7e63d9773a766358294593fc00b1f8c8f41b5d by Victor Stinner in branch 'master':
Issue #29368: Fix _Pickle_FastCall() usage in do_append()
https://github.com/python/cpython/commit/4d7e63d9773a766358294593fc00b1f8c8f41b5d
History
Date User Action Args
2017-02-02 10:00:20python-devsetrecipients: + python-dev, rhettinger, pitrou, vstinner, alexandre.vassalotti, serhiy.storchaka
2017-02-02 10:00:20python-devsetmessageid: <1486029620.51.0.122438360896.issue29368@psf.upfronthosting.co.za>
2017-02-02 10:00:20python-devlinkissue29368 messages
2017-02-02 10:00:20python-devcreate