]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #29337: Fixed possible BytesWarning when compare the code objects.
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 24 Jan 2017 18:49:26 +0000 (20:49 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 24 Jan 2017 18:49:26 +0000 (20:49 +0200)
commit713640c4c95df999957b5366fb8cd7f443906858
tree810a234869418937b9d5d9df09605ff24a695c02
parentef107ee7a0a8ee27b0a54c542e3918807c981f83
Issue #29337: Fixed possible BytesWarning when compare the code objects.
Warnings could be emitted at compile time.
Lib/test/test_compile.py
Misc/NEWS
Objects/codeobject.c