]> granicus.if.org Git - python/commit
_pickle: remove outdated comment
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 24 Aug 2016 22:58:58 +0000 (00:58 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 24 Aug 2016 22:58:58 +0000 (00:58 +0200)
commitb98b927e72b21bd821c20d2b5bc5ec6da8bb6916
treeb57a20250228cc61b7e033f39892dac4dfc78a43
parent53cb489ed08c6940b026c1be6b7aec87eb1f02fd
_pickle: remove outdated comment

_Pickle_FastCall() is now fast again!

The optimization was introduced in Python 3.2, removed in Python 3.4 and
reintroduced in Python 3.6 (thanks to the new generic fastcall functions).
Modules/_pickle.c