]> granicus.if.org Git - python/commit
Issue #29337: Fixed possible BytesWarning when compare the code objects.
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 24 Jan 2017 18:52:43 +0000 (20:52 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 24 Jan 2017 18:52:43 +0000 (20:52 +0200)
commit4102d25b7eef868519b4c9b398690313cd36ef66
tree47ced042ecd0a2729c651906339b9f945960f030
parent574ff0680fbaeec1033f2301d527c4c784921ccb
parent713640c4c95df999957b5366fb8cd7f443906858
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