]> 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:54:07 +0000 (20:54 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 24 Jan 2017 18:54:07 +0000 (20:54 +0200)
commit067cbd02bf2d9dba35fb73edc57afecc759411fd
tree7453e06dcfe548561a3123139f3cc963bfac18cd
parentc3858bd7c6e6ef37978b8483a9fe594f29b4b2de
parent4102d25b7eef868519b4c9b398690313cd36ef66
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