]> granicus.if.org Git - python/commit
Factorize _PyBytes_FromList() and _PyBytes_FromTuple() code using a C macro
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 14 Oct 2015 11:50:40 +0000 (13:50 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 14 Oct 2015 11:50:40 +0000 (13:50 +0200)
commit3c50ce39bfe0b5b905432b195c5bb1cf939f4273
tree910857066590c920f5ef1009ec74f6d4ba632e17
parentf2eafa323bc16e11dd4564ec68f27e8ea8b9c254
Factorize _PyBytes_FromList() and _PyBytes_FromTuple() code using a C macro
Objects/bytesobject.c